diff options
author | 2009-10-25 17:58:42 +0000 | |
---|---|---|
committer | 2009-10-25 17:58:42 +0000 | |
commit | 22b8d348e3f7fb0c95b4f2f0d06378c4c3bf0cdb (patch) | |
tree | f2f6241f29e2954f809634cd1b351d3a12f7a65d /x11-plugins/enigmail | |
parent | Version bump after testing as asked by Anarchy. (diff) | |
download | gentoo-2-22b8d348e3f7fb0c95b4f2f0d06378c4c3bf0cdb.tar.gz gentoo-2-22b8d348e3f7fb0c95b4f2f0d06378c4c3bf0cdb.tar.bz2 gentoo-2-22b8d348e3f7fb0c95b4f2f0d06378c4c3bf0cdb.zip |
reverse preferred qt for pinentry
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/enigmail')
-rw-r--r-- | x11-plugins/enigmail/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/enigmail/enigmail-0.96.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/enigmail/ChangeLog b/x11-plugins/enigmail/ChangeLog index bbae73a63f62..4d0cf76b2a16 100644 --- a/x11-plugins/enigmail/ChangeLog +++ b/x11-plugins/enigmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/enigmail # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.164 2009/10/25 17:51:57 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/ChangeLog,v 1.165 2009/10/25 17:58:42 anarchy Exp $ + + 25 Oct 2009; Jory A. Pratt <anarchy@gentoo.org> enigmail-0.96.0.ebuild: + reverse preferred qt on pinetry *enigmail-0.96.0 (25 Oct 2009) diff --git a/x11-plugins/enigmail/enigmail-0.96.0.ebuild b/x11-plugins/enigmail/enigmail-0.96.0.ebuild index 2ffbf804cc4b..ab3fc8719f46 100644 --- a/x11-plugins/enigmail/enigmail-0.96.0.ebuild +++ b/x11-plugins/enigmail/enigmail-0.96.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/enigmail-0.96.0.ebuild,v 1.1 2009/10/25 17:51:57 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/enigmail/enigmail-0.96.0.ebuild,v 1.2 2009/10/25 17:58:42 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -45,8 +45,8 @@ RDEPEND="${DEPEND} >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] - app-crypt/pinentry[qt3] app-crypt/pinentry[qt4] + app-crypt/pinentry[qt3] ) ) =app-crypt/gnupg-1.4* |