diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-04-13 10:25:30 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-04-13 10:25:30 +0000 |
commit | f3c393933038b50efd5209a76da2b91dab204f46 (patch) | |
tree | b8cab1b445ad9b6683bdbbb56061c91da6134650 /dev-perl/GD-Barcode | |
parent | Bump to 0.6.6. Add memoryview widget support, bug #234002. (diff) | |
download | gentoo-2-f3c393933038b50efd5209a76da2b91dab204f46.tar.gz gentoo-2-f3c393933038b50efd5209a76da2b91dab204f46.tar.bz2 gentoo-2-f3c393933038b50efd5209a76da2b91dab204f46.zip |
stable amd64
(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 | 5 | ||||
-rw-r--r-- | dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/GD-Barcode/ChangeLog b/dev-perl/GD-Barcode/ChangeLog index f2624829cddd..f9f9545c1988 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.5 2009/04/13 10:25:30 tcunha Exp $ + + 13 Apr 2009; Tiago Cunha <tcunha@gentoo.org> GD-Barcode-1.15.ebuild: + stable amd64 12 Mar 2009; Tiago Cunha <tcunha@gentoo.org> GD-Barcode-1.15.ebuild: keyworded ~arch for amd64, bug 262162 diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild index db7a55a59c7f..680e599be858 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-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.5 2009/03/12 17:20:46 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.6 2009/04/13 10:25:30 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="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" SRC_TEST="do" |