diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-08 12:56:57 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-08 12:56:57 +0000 |
commit | 08f6556188be02c6f6fcfd042c294c2b57cc0fe3 (patch) | |
tree | 5fc8105327a5ebc122ad52023ad24b4d5bfad214 /dev-perl/Data-Hexify | |
parent | Version bump to latest. (diff) | |
download | historical-08f6556188be02c6f6fcfd042c294c2b57cc0fe3.tar.gz historical-08f6556188be02c6f6fcfd042c294c2b57cc0fe3.tar.bz2 historical-08f6556188be02c6f6fcfd042c294c2b57cc0fe3.zip |
x86 stable wrt bug #405623
Package-Manager: portage-2.1.10.44/cvs/Linux i686
Diffstat (limited to 'dev-perl/Data-Hexify')
-rw-r--r-- | dev-perl/Data-Hexify/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Data-Hexify/ChangeLog b/dev-perl/Data-Hexify/ChangeLog index 0273ca216345..07a709360347 100644 --- a/dev-perl/Data-Hexify/ChangeLog +++ b/dev-perl/Data-Hexify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Data-Hexify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/ChangeLog,v 1.6 2012/03/01 16:17:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/ChangeLog,v 1.7 2012/03/08 12:56:57 phajdan.jr Exp $ + + 08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + Data-Hexify-1.0.0.ebuild: + x86 stable wrt bug #405623 01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Add missing cpan remote-id tags in metadata.xml (#406287) diff --git a/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild b/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild index 62e364082bb8..bf87e328d546 100644 --- a/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild +++ b/dev-perl/Data-Hexify/Data-Hexify-1.0.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/Data-Hexify/Data-Hexify-1.0.0.ebuild,v 1.2 2012/02/25 16:39:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild,v 1.3 2012/03/08 12:56:57 phajdan.jr Exp $ EAPI=3 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Perl extension for hexdumping arbitrary data" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 x86 ~amd64-linux" IUSE="" RDEPEND="" |