diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:48:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:48:50 +0000 |
commit | 22ad134e82a21110a33f50c8d780b0e6d111c21e (patch) | |
tree | bbd61d676c17c271c6e5657fdf9e32cd3afa74c1 /dev-perl/extutils-pkgconfig | |
parent | Stable for amd64, wrt bug #400283 (diff) | |
download | gentoo-2-22ad134e82a21110a33f50c8d780b0e6d111c21e.tar.gz gentoo-2-22ad134e82a21110a33f50c8d780b0e6d111c21e.tar.bz2 gentoo-2-22ad134e82a21110a33f50c8d780b0e6d111c21e.zip |
Stable for amd64, wrt bug #400285
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index c3b4ed21f305..9fde78c6fd5c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.34 2011/09/04 11:22:49 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.35 2012/02/24 10:48:50 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> + extutils-pkgconfig-1.120.0.ebuild: + Stable for amd64, wrt bug #400285 04 Sep 2011; Torsten Veller <tove@gentoo.org> -extutils-pkgconfig-1.12.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild index 5afc22bf0cf0..f3a64dd5675f 100644 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.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/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.1 2011/08/27 19:37:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.2 2012/02/24 10:48:50 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 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" DEPEND="dev-util/pkgconfig" |