summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 23:14:52 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 23:40:22 +0200
commite13daa8cf27e037172af3b531f31650af653c127 (patch)
treec2e512dd8b479d04e4f91473bc25d541f239989e /app-eselect/eselect-pinentry
parentapp-crypt/openssl-tpm-engine: eapi bump (diff)
downloadgentoo-e13daa8cf27e037172af3b531f31650af653c127.tar.gz
gentoo-e13daa8cf27e037172af3b531f31650af653c127.tar.bz2
gentoo-e13daa8cf27e037172af3b531f31650af653c127.zip
app-eselect/eselect-pinentry: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-eselect/eselect-pinentry')
-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
}