diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-06 02:33:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-06 02:33:21 +0000 |
commit | 00ee063daeb74c93be5b41c82a2ea1885270f95c (patch) | |
tree | ba5bb1f13b70caa88140ccf0ba4a1583cb308725 | |
parent | s390 love (diff) | |
download | gentoo-2-00ee063daeb74c93be5b41c82a2ea1885270f95c.tar.gz gentoo-2-00ee063daeb74c93be5b41c82a2ea1885270f95c.tar.bz2 gentoo-2-00ee063daeb74c93be5b41c82a2ea1885270f95c.zip |
s390 love
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
-rw-r--r-- | sys-apps/chpax/chpax-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/chpax/chpax-0.7.ebuild b/sys-apps/chpax/chpax-0.7.ebuild index 9847d97992de..8b5f2d1138e8 100644 --- a/sys-apps/chpax/chpax-0.7.ebuild +++ b/sys-apps/chpax/chpax-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.13 2008/10/14 14:47:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.14 2008/11/06 02:33:21 vapier Exp $ inherit flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://pax.grsecurity.net/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sparc x86" IUSE="" RDEPEND="" |