diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 10:59:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 10:59:47 +0000 |
commit | 2ce06ed1fa4f4f4e67f14e0bdd955aedf8d05897 (patch) | |
tree | 2b526a9aaf2e5a15799230ffccafbbbf61d9652a /dev-perl/extutils-pkgconfig | |
parent | Stable for amd64, wrt bug #418875 (diff) | |
download | historical-2ce06ed1fa4f4f4e67f14e0bdd955aedf8d05897.tar.gz historical-2ce06ed1fa4f4f4e67f14e0bdd955aedf8d05897.tar.bz2 historical-2ce06ed1fa4f4f4e67f14e0bdd955aedf8d05897.zip |
Stable for amd64, wrt bug #418877
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 28b4e0900b70..b8f4ed93f46d 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-pkgconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.47 2012/08/02 07:31:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.48 2012/08/03 10:59:47 ago Exp $ + + 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> + extutils-pkgconfig-1.130.0.ebuild: + Stable for amd64, wrt bug #418877 02 Aug 2012; Jeff Horelick <jdhore@gentoo.org> extutils-pkgconfig-1.130.0.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild index 7845ff5230a6..60e57c559073 100644 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild,v 1.4 2012/08/02 07:31:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild,v 1.5 2012/08/03 10:59:47 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Simplistic perl interface to pkg-config" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" DEPEND="virtual/pkgconfig" |