summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild b/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
index ba2876a31f64..784d3f282216 100644
--- a/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
+++ b/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
@@ -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
}