diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-31 20:45:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-31 20:45:01 +0000 |
commit | aee67cefb76fac70309d8fc2d3c96a1f0b8697bf (patch) | |
tree | 1b871d4a0fa24e41d4c84f305a4e02c0b4d00ffa /app-crypt | |
parent | Adding thor, needed by Rails 3. Ebuild by me. (diff) | |
download | gentoo-2-aee67cefb76fac70309d8fc2d3c96a1f0b8697bf.tar.gz gentoo-2-aee67cefb76fac70309d8fc2d3c96a1f0b8697bf.tar.bz2 gentoo-2-aee67cefb76fac70309d8fc2d3c96a1f0b8697bf.zip |
Raise gnome-keyring dependency per configure.
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-2.30.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index f572da4c2372..8b580667488c 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.133 2010/08/14 17:52:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.134 2010/08/31 20:45:01 eva Exp $ + + 31 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org> + seahorse-2.30.1.ebuild: + Raise gnome-keyring dependency per configure. 14 Aug 2010; Raúl Porcel <armin76@gentoo.org> seahorse-2.28.1.ebuild: alpha/ia64/sparc stable wrt #314899 diff --git a/app-crypt/seahorse/seahorse-2.30.1.ebuild b/app-crypt/seahorse/seahorse-2.30.1.ebuild index 375844787ee2..b1ddaa9a1890 100644 --- a/app-crypt/seahorse/seahorse-2.30.1.ebuild +++ b/app-crypt/seahorse/seahorse-2.30.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.4 2010/08/01 11:42:26 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.5 2010/08/31 20:45:01 eva Exp $ EAPI="2" @@ -14,12 +14,13 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="avahi debug doc ldap libnotify test" +# FIXME: add introspection support RDEPEND=" >=gnome-base/gconf-2.0 >=dev-libs/glib-2.10 >=x11-libs/gtk+-2.18 >=dev-libs/dbus-glib-0.72 - >=gnome-base/gnome-keyring-2.25.5 + >=gnome-base/gnome-keyring-2.29.4 net-libs/libsoup:2.4 x11-misc/shared-mime-info |