diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 02:17:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 02:17:04 +0000 |
commit | 8b827c8827fd565d0f0fc4a5518158c2064e4a7d (patch) | |
tree | b6753eab07c3877e1c6a2a15cba14581321f1b70 /app-admin/paxtest | |
parent | Marked ~ppc for bug #87349. (diff) | |
download | gentoo-2-8b827c8827fd565d0f0fc4a5518158c2064e4a7d.tar.gz gentoo-2-8b827c8827fd565d0f0fc4a5518158c2064e4a7d.tar.bz2 gentoo-2-8b827c8827fd565d0f0fc4a5518158c2064e4a7d.zip |
stable on ia64
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 4c181886639a..ca0f2fb8eccf 100644 --- a/app-admin/paxtest/ChangeLog +++ b/app-admin/paxtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/paxtest # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.18 2005/03/17 05:58:55 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.19 2005/04/01 02:14:55 agriffis Exp $ + + 31 Mar 2005; Aron Griffis <agriffis@gentoo.org> paxtest-0.9.6.ebuild: + stable on ia64 17 Mar 2005; Daniel Ostrow <dostrow@gentoo.org> paxtest-0.9.6.ebuild: Stable on ppc64 diff --git a/app-admin/paxtest/paxtest-0.9.6.ebuild b/app-admin/paxtest/paxtest-0.9.6.ebuild index 7500d78ea4bd..f41eb45d4a48 100644 --- a/app-admin/paxtest/paxtest-0.9.6.ebuild +++ b/app-admin/paxtest/paxtest-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.6 2005/03/17 05:58:55 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.7 2005/04/01 02:14:55 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.adamantix.org/paxtest/paxtest-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86" IUSE="" # pax flags are not strip safe. RESTRICT="nostrip" |