diff options
author | 2010-11-16 20:58:36 +0000 | |
---|---|---|
committer | 2010-11-16 20:58:36 +0000 | |
commit | 8312b579f0e41b07678db133e7d17d8a4143d8ca (patch) | |
tree | 6387630642b9bc527e418b004c88cc889e419f1a /app-arch/pigz/pigz-2.1.6-r1.ebuild | |
parent | Version bump. Fix usage of check test framework, bug #296849. Do not enable a... (diff) | |
download | historical-8312b579f0e41b07678db133e7d17d8a4143d8ca.tar.gz historical-8312b579f0e41b07678db133e7d17d8a4143d8ca.tar.bz2 historical-8312b579f0e41b07678db133e7d17d8a4143d8ca.zip |
Added ~mips keyword.
Package-Manager: portage-2.1.8.3/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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/pigz/pigz-2.1.6-r1.ebuild b/app-arch/pigz/pigz-2.1.6-r1.ebuild index 5ceebffb36bb..3258b1c7e0fb 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 # 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.2 2010/09/11 10:39:54 ulm Exp $ +# $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 $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~sparc64-solaris" +KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris" IUSE="symlink test" RDEPEND="sys-libs/zlib" |