diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-03-12 17:20:46 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-03-12 17:20:46 +0000 |
commit | 2dd5ce837e4522d3764d193ef2933cb8d4327a7c (patch) | |
tree | 6f6ee8d552f638088b91935224ae0e5c4f37ed31 /dev-perl/GD-Barcode | |
parent | Tarball has been update to include a patch to fix bug #260717 (compilation fi... (diff) | |
download | gentoo-2-2dd5ce837e4522d3764d193ef2933cb8d4327a7c.tar.gz gentoo-2-2dd5ce837e4522d3764d193ef2933cb8d4327a7c.tar.bz2 gentoo-2-2dd5ce837e4522d3764d193ef2933cb8d4327a7c.zip |
keyworded ~arch for amd64, bug 262162
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/GD-Barcode')
-rw-r--r-- | dev-perl/GD-Barcode/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/GD-Barcode/ChangeLog b/dev-perl/GD-Barcode/ChangeLog index b340280d2fa6..f2624829cddd 100644 --- a/dev-perl/GD-Barcode/ChangeLog +++ b/dev-perl/GD-Barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GD-Barcode -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.3 2008/05/07 09:15:40 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.4 2009/03/12 17:20:46 tcunha Exp $ + + 12 Mar 2009; Tiago Cunha <tcunha@gentoo.org> GD-Barcode-1.15.ebuild: + keyworded ~arch for amd64, bug 262162 07 May 2008; Torsten Veller <tove@gentoo.org> GD-Barcode-1.15.ebuild: Add dev-perl/GD to RDEPEND (#220061) diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild index ca5bddc86d35..db7a55a59c7f 100644 --- a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild +++ b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.4 2008/05/07 09:15:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.5 2009/03/12 17:20:46 tcunha Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWITKNR/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" SRC_TEST="do" |