app-eselect/eselect-sndpeek: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:41:56 +0000 (15:41 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:58 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild

index ba2876a31f64d0813dd56c52747cd7bc1f366907..784d3f282216bc53c90714ca7b199a8ab03687ea 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=6
 
 DESCRIPTION="Manages the /usr/bin/sndpeek symlink"
 HOMEPAGE="https://www.gentoo.org/"
@@ -16,5 +16,5 @@ RDEPEND=">=app-admin/eselect-1.2.3"
 
 src_install() {
        insinto /usr/share/eselect/modules
-       newins "${WORKDIR}/sndpeek.eselect-${PVR}" sndpeek.eselect || die
+       newins "${WORKDIR}/sndpeek.eselect-${PVR}" sndpeek.eselect
 }