diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-10 13:03:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-10 13:03:13 +0000 |
commit | e922e623f10b5c87bafc453be51af48f83eacb11 (patch) | |
tree | 47e025f770a6f25b59fd17bf77c0533ac2847067 /dev-perl/extutils-pkgconfig | |
parent | bug 73911 (diff) | |
download | gentoo-2-e922e623f10b5c87bafc453be51af48f83eacb11.tar.gz gentoo-2-e922e623f10b5c87bafc453be51af48f83eacb11.tar.bz2 gentoo-2-e922e623f10b5c87bafc453be51af48f83eacb11.zip |
unmasking for x86 as a dep
(Portage version: 2.0.51.19)
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.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 9112dd5f5fe3..2d495343061d 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-pkgconfig # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.11 2005/03/07 16:32:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.12 2005/03/10 13:02:54 mcummings Exp $ + + 10 Mar 2005; Michael Cummings <mcummings@gentoo.org> + extutils-pkgconfig-1.07.ebuild: + unmasking for x86 as a dep 07 Mar 2005; Markus Rothe <corsair@gentoo.org> extutils-pkgconfig-1.05.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild index cad64fd4cfe0..caacc4386e0d 100644 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.07.ebuild,v 1.1 2005/03/07 14:51:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.2 2005/03/10 13:02:54 mcummings Exp $ inherit perl-module @@ -12,5 +12,5 @@ SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ppc64" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ppc64" IUSE="" |