diff options
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog index d87f6d58b5f0..28bc2108abe8 100644 --- a/app-crypt/gringotts/ChangeLog +++ b/app-crypt/gringotts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gringotts -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.39 2011/10/20 22:42:16 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.40 2012/05/03 18:16:38 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gringotts-1.2.10.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 21 Oct 2011; Pacho Ramos <pacho@gentoo.org> -gringotts-1.2.9.ebuild, gringotts-1.2.10.ebuild: diff --git a/app-crypt/gringotts/gringotts-1.2.10.ebuild b/app-crypt/gringotts/gringotts-1.2.10.ebuild index 4bff5c793a2b..e30e6e5d228a 100644 --- a/app-crypt/gringotts/gringotts-1.2.10.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.10.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/gringotts/gringotts-1.2.10.ebuild,v 1.6 2011/10/20 22:42:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.10.ebuild,v 1.7 2012/05/03 18:16:38 jdhore Exp $ EAPI="2" @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/libgringotts-1.2 DEPEND="${RDEPEND} sys-devel/gettext - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # Drop DEPRECATION flags, bug #387831 |