diff options
Diffstat (limited to 'app-admin/eselect-pinentry/files/pinentry.eselect-0.4')
-rw-r--r-- | app-admin/eselect-pinentry/files/pinentry.eselect-0.4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/eselect-pinentry/files/pinentry.eselect-0.4 b/app-admin/eselect-pinentry/files/pinentry.eselect-0.4 new file mode 100644 index 000000000000..0bcd07d29678 --- /dev/null +++ b/app-admin/eselect-pinentry/files/pinentry.eselect-0.4 @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: pinentry.eselect-0.4,v 1.1 2013/01/14 12:53:45 ssuominen Exp $ + +DESCRIPTION="Manage /usr/bin/pinentry implementation" +MAINTAINER="ssuominen@gentoo.org" +VERSION="0.4" + +SYMLINK_PATH=/usr/bin/pinentry +SYMLINK_TARGETS=( pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses ) +SYMLINK_DESCRIPTION='pinentry implementation' + +inherit bin-symlink |