diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-09-04 17:05:19 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-09-04 17:05:19 +0000 |
commit | d2b2b08c56109f5899f4cde65954a7792c076731 (patch) | |
tree | 423d248689c8ce8dcb4edabac3492b90114bc98c /app-crypt | |
parent | Bump to 2.9, remove old (diff) | |
download | gentoo-2-d2b2b08c56109f5899f4cde65954a7792c076731.tar.gz gentoo-2-d2b2b08c56109f5899f4cde65954a7792c076731.tar.bz2 gentoo-2-d2b2b08c56109f5899f4cde65954a7792c076731.zip |
Fix missing inheritance from eutils, per bug #275445.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/seahorse-plugins/ChangeLog b/app-crypt/seahorse-plugins/ChangeLog index 3ddbe2b2714d..6dbf9e4ac49a 100644 --- a/app-crypt/seahorse-plugins/ChangeLog +++ b/app-crypt/seahorse-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.4 2009/08/31 20:50:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.5 2009/09/04 17:05:19 mrpouet Exp $ + + 04 Sep 2009; Romain Perier <mrpouet@gentoo.org> + seahorse-plugins-2.26.2.ebuild: + Fix missing inheritance from eutils, per bug #275445. 31 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org> -seahorse-plugins-2.26.1.ebuild, seahorse-plugins-2.26.2.ebuild, diff --git a/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild b/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild index abfd0e8e1470..9dd8a56acc09 100644 --- a/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild +++ b/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.2 2009/08/31 20:50:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.3 2009/09/04 17:05:19 mrpouet Exp $ EAPI="2" -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="A GNOME application for managing encryption keys" HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" |