diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
commit | 20526ee30fd8b31ff081e04cd21fe57345c36dd8 (patch) | |
tree | d0be717379d71b876c28b2f02d9dc0349e1dd00c /app-crypt/seahorse | |
parent | Fix various qa issues. #317943 (diff) | |
download | gentoo-2-20526ee30fd8b31ff081e04cd21fe57345c36dd8.tar.gz gentoo-2-20526ee30fd8b31ff081e04cd21fe57345c36dd8.tar.bz2 gentoo-2-20526ee30fd8b31ff081e04cd21fe57345c36dd8.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-2.32.0.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-3.2.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index fc7fb49f14ac..26fb9a2f4b81 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.152 2011/11/17 06:11:08 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.153 2012/05/03 18:16:39 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> seahorse-2.32.0.ebuild, + seahorse-3.2.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *seahorse-3.2.2 (17 Nov 2011) diff --git a/app-crypt/seahorse/seahorse-2.32.0.ebuild b/app-crypt/seahorse/seahorse-2.32.0.ebuild index f60fc97910b3..91cc67ad3f12 100644 --- a/app-crypt/seahorse/seahorse-2.32.0.ebuild +++ b/app-crypt/seahorse/seahorse-2.32.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.8 2011/03/22 18:44:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.9 2012/05/03 18:16:39 jdhore Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -38,7 +38,7 @@ DEPEND="${RDEPEND} sys-devel/gettext >=app-text/gnome-doc-utils-0.3.2 >=app-text/scrollkeeper-0.3 - >=dev-util/pkgconfig-0.20 + virtual/pkgconfig >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1.9 )" diff --git a/app-crypt/seahorse/seahorse-3.2.1.ebuild b/app-crypt/seahorse/seahorse-3.2.1.ebuild index 63f926e356ee..5b8706fb660e 100644 --- a/app-crypt/seahorse/seahorse-3.2.1.ebuild +++ b/app-crypt/seahorse/seahorse-3.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.1.ebuild,v 1.1 2011/10/30 07:39:19 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.1.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -36,7 +36,7 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext >=app-text/gnome-doc-utils-0.3.2 >=app-text/scrollkeeper-0.3 - >=dev-util/pkgconfig-0.20 + virtual/pkgconfig >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1.9 ) " |