commit:     23020e14b68c739d73a377ae952017d3304a3fd4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 19:12:16 2017 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 12:39:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23020e14

app-crypt/pinentry: Sort IUSE and DEPENDs

Gentoo-bug: 598288

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-crypt/pinentry/pinentry-1.0.0.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/app-crypt/pinentry/pinentry-1.0.0.ebuild 
b/app-crypt/pinentry/pinentry-1.0.0.ebuild
index bd8af4aec99..36615143081 100644
--- a/app-crypt/pinentry/pinentry-1.0.0.ebuild
+++ b/app-crypt/pinentry/pinentry-1.0.0.ebuild
@@ -12,31 +12,28 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="emacs gtk ncurses qt5 caps gnome-keyring static"
+IUSE="caps emacs gnome-keyring gtk ncurses qt5 static"
 
 CDEPEND="
-       >=dev-libs/libgpg-error-1.17
+       app-eselect/eselect-pinentry
        >=dev-libs/libassuan-2.1
        >=dev-libs/libgcrypt-1.6.3
-       ncurses? ( sys-libs/ncurses:0= )
+       >=dev-libs/libgpg-error-1.17
+       caps? ( sys-libs/libcap )
+       gnome-keyring? ( app-crypt/libsecret )
        gtk? ( x11-libs/gtk+:2 )
+       ncurses? ( sys-libs/ncurses:0= )
        qt5? (
                dev-qt/qtgui:5
                dev-qt/qtwidgets:5
-            )
-       caps? ( sys-libs/libcap )
+       )
        static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] )
-       app-eselect/eselect-pinentry
-       gnome-keyring? ( app-crypt/libsecret )
 "
-
 DEPEND="${CDEPEND}
        sys-devel/gettext
        virtual/pkgconfig
 "
-
-RDEPEND="
-       ${CDEPEND}
+RDEPEND="${CDEPEND}
        gnome-keyring? ( app-crypt/gcr )
 "
 
@@ -67,13 +64,13 @@ src_configure() {
 
        econf \
                --enable-pinentry-tty \
+               $(use_with caps libcap) \
                $(use_enable emacs pinentry-emacs) \
+               $(use_enable gnome-keyring libsecret) \
+               $(use_enable gnome-keyring pinentry-gnome3) \
                $(use_enable gtk pinentry-gtk2) \
                $(use_enable ncurses pinentry-curses) \
                $(use_enable ncurses fallback-curses) \
-               $(use_with caps libcap) \
-               $(use_enable gnome-keyring libsecret) \
-               $(use_enable gnome-keyring pinentry-gnome3) \
                $(use_enable qt5 pinentry-qt) \
                MOC="$(qt5_get_bindir)"/moc
 }

Reply via email to