diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-11-24 13:30:52 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-11-24 13:30:52 +0000 |
commit | 52eb9a13883d37c72a873d3a958a0ba1675a42e0 (patch) | |
tree | 6896cd4b171fcfbed98aef7948c5fcdd21367ca2 /dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild | |
parent | QA: remove unneeded empty variable definitions (diff) | |
download | historical-52eb9a13883d37c72a873d3a958a0ba1675a42e0.tar.gz historical-52eb9a13883d37c72a873d3a958a0ba1675a42e0.tar.bz2 historical-52eb9a13883d37c72a873d3a958a0ba1675a42e0.zip |
Stable on amd64 and x86, wrt bug #492110
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x1F357D42
Diffstat (limited to 'dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild')
-rw-r--r-- | dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild b/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild index b7f81cabf493..7b98c99299ef 100644 --- a/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild +++ b/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.2 2013/11/24 13:30:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r1.ebuild,v 1.3 2013/11/24 13:30:50 pinkbyte Exp $ EAPI=5 @@ -12,6 +12,6 @@ inherit perl-module DESCRIPTION="Perl extension for hexdumping arbitrary data" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 x86 ~amd64-linux" SRC_TEST="do" |