diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-08 04:09:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-08 04:09:07 +0000 |
commit | a0bbae5cbdcfab23ed99a0b2acc29cba6a539069 (patch) | |
tree | 9f1a48cf6c5bfdf86b8fa5142fa38e62bf4055a2 /app-crypt | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-a0bbae5cbdcfab23ed99a0b2acc29cba6a539069.tar.gz gentoo-2-a0bbae5cbdcfab23ed99a0b2acc29cba6a539069.tar.bz2 gentoo-2-a0bbae5cbdcfab23ed99a0b2acc29cba6a539069.zip |
remove reference to old, removed dbus (bug #183696)
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-1.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index cc8d0a9d3b16..9e88c190592d 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # 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.74 2007/06/22 12:42:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.75 2007/07/08 04:09:07 mr_bones_ Exp $ + + 08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> seahorse-1.0.ebuild, + seahorse-1.0.1.ebuild: + remove reference to old, removed dbus (bug #183696) 22 Jun 2007; Raúl Porcel <armin76@gentoo.org> seahorse-1.0.1.ebuild: Add ~alpha wrt #171871 diff --git a/app-crypt/seahorse/seahorse-1.0.1.ebuild b/app-crypt/seahorse/seahorse-1.0.1.ebuild index 6fc5e20ce7ae..c299d085b4ba 100644 --- a/app-crypt/seahorse/seahorse-1.0.1.ebuild +++ b/app-crypt/seahorse/seahorse-1.0.1.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.1.ebuild,v 1.5 2007/06/22 12:42:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.1.ebuild,v 1.6 2007/07/08 04:09:07 mr_bones_ Exp $ inherit gnome2 eutils flag-o-matic @@ -30,7 +30,7 @@ RDEPEND=">=gnome-base/libgnome-2.14 avahi? ( >=net-dns/avahi-0.6 ) dbus? ( || ( >=dev-libs/dbus-glib-0.72 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.60 ) + >=sys-apps/dbus-0.60 ) ) gedit? ( >=app-editors/gedit-2.16 ) diff --git a/app-crypt/seahorse/seahorse-1.0.ebuild b/app-crypt/seahorse/seahorse-1.0.ebuild index 3653f5abf0b9..c0fe316b181b 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.5 2007/04/30 20:06:06 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.ebuild,v 1.6 2007/07/08 04:09:07 mr_bones_ Exp $ inherit gnome2 eutils flag-o-matic @@ -30,7 +30,7 @@ RDEPEND=">=gnome-base/libgnome-2.14 avahi? ( >=net-dns/avahi-0.6 ) dbus? ( || ( >=dev-libs/dbus-glib-0.72 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.60 ) + >=sys-apps/dbus-0.60 ) ) gedit? ( >=app-editors/gedit-2.16 ) |