summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
index 8978f13726ef..693be3282dd7 100644
--- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Manage /usr/bin/pinentry symlink"
HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
@@ -15,9 +15,10 @@ IUSE=""
RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
-S=${FILESDIR}
+S="${FILESDIR}"
src_install() {
+ default
insinto /usr/share/eselect/modules
newins pinentry.eselect-${PV} pinentry.eselect
}