diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-06-09 03:27:02 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-06-09 03:27:02 +0000 |
commit | 49c4f82227bf984549e531a55974d7b8a6b9e9bc (patch) | |
tree | a8a0cc45fb1db9da019504f6c38ad43bdcae618c /app-arch/pigz/pigz-2.1.6-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-49c4f82227bf984549e531a55974d7b8a6b9e9bc.tar.gz gentoo-2-49c4f82227bf984549e531a55974d7b8a6b9e9bc.tar.bz2 gentoo-2-49c4f82227bf984549e531a55974d7b8a6b9e9bc.zip |
Add ~alpha.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/pigz/pigz-2.1.6-r1.ebuild')
-rw-r--r-- | app-arch/pigz/pigz-2.1.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/pigz/pigz-2.1.6-r1.ebuild b/app-arch/pigz/pigz-2.1.6-r1.ebuild index 3258b1c7e0fb..1381748545fc 100644 --- a/app-arch/pigz/pigz-2.1.6-r1.ebuild +++ b/app-arch/pigz/pigz-2.1.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.3 2010/11/16 20:58:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.4 2011/06/09 03:27:02 mattst88 Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris" +KEYWORDS="~alpha ~amd64 ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris" IUSE="symlink test" RDEPEND="sys-libs/zlib" |