diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-26 01:09:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-26 01:09:39 +0000 |
commit | 74d260e1abe29b634f1ead9111533cd85d07d505 (patch) | |
tree | 1084a9cd00638173b03117c4528671bd2da8bc5a /app-crypt/seahorse | |
parent | add support for cross-compiling (diff) | |
download | gentoo-2-74d260e1abe29b634f1ead9111533cd85d07d505.tar.gz gentoo-2-74d260e1abe29b634f1ead9111533cd85d07d505.tar.bz2 gentoo-2-74d260e1abe29b634f1ead9111533cd85d07d505.zip |
clean up app-crypt/gnupg dep
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-1.0.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index aba708344c1d..acdc513c1815 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/seahorse # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.68 2007/03/24 12:06:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.69 2007/03/26 01:09:39 mr_bones_ Exp $ + + 26 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> seahorse-1.0.ebuild: + clean up app-crypt/gnupg dep 24 Mar 2007; Markus Rothe <corsair@gentoo.org> seahorse-1.0.ebuild: Added ~ppc64; bug #171871 diff --git a/app-crypt/seahorse/seahorse-1.0.ebuild b/app-crypt/seahorse/seahorse-1.0.ebuild index 3320c3ef32e5..e409b0d07d14 100644 --- a/app-crypt/seahorse/seahorse-1.0.ebuild +++ b/app-crypt/seahorse/seahorse-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.ebuild,v 1.3 2007/03/24 12:06:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.ebuild,v 1.4 2007/03/26 01:09:39 mr_bones_ Exp $ inherit gnome2 eutils flag-o-matic @@ -23,10 +23,7 @@ RDEPEND=">=gnome-base/libgnome-2.14 >=x11-libs/gtk+-2.10 >=net-libs/libsoup-2.2 >=dev-libs/libxml2-2.6.0 - || ( - =app-crypt/gnupg-1.2* - =app-crypt/gnupg-1.4* - ) + =app-crypt/gnupg-1.4* >=app-crypt/gpgme-1.1.0 net-misc/openssh x11-misc/shared-mime-info |