summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-10-08 01:46:47 +0000
committerMart Raudsepp <leio@gentoo.org>2010-10-08 01:46:47 +0000
commit0144917970edc7aa5619b6b7989b0b8a920ca91c (patch)
tree0e315bec27b27b0d9a34cd8a76e24ae92118f0fc /sys-apps
parentAdd ~mips keyword. (diff)
downloadgentoo-2-0144917970edc7aa5619b6b7989b0b8a920ca91c.tar.gz
gentoo-2-0144917970edc7aa5619b6b7989b0b8a920ca91c.tar.bz2
gentoo-2-0144917970edc7aa5619b6b7989b0b8a920ca91c.zip
Drop to ~mips
(Portage version: 2.1.9.13/cvs/Linux mips64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/chpax/ChangeLog7
-rw-r--r--sys-apps/chpax/chpax-0.7.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/chpax/ChangeLog b/sys-apps/chpax/ChangeLog
index 4338bcdebe54..440d9bf037f3 100644
--- a/sys-apps/chpax/ChangeLog
+++ b/sys-apps/chpax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/chpax
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.35 2008/10/14 14:47:14 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.36 2010/10/08 01:46:47 leio Exp $
+
+ 08 Oct 2010; Mart Raudsepp <leio@gentoo.org> chpax-0.7.ebuild:
+ Drop to ~mips
14 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> chpax-0.7.ebuild:
Fix CFLAGS handling so they get injected during src_compile rather than
diff --git a/sys-apps/chpax/chpax-0.7.ebuild b/sys-apps/chpax/chpax-0.7.ebuild
index 5a59e9b2ba5b..542d8df99e93 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
+# Copyright 1999-2010 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.15 2008/12/07 10:59:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.16 2010/10/08 01:46:47 leio 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 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE=""
RDEPEND=""