diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 10:40:26 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 10:40:26 +0000 |
commit | 30a67e0b9f46d0552a5b94adfd8a86155beb3957 (patch) | |
tree | 79f5a8ffd095fa6d7cc1fddf6649d1cc4e50b4f0 /app-admin/chroot_safe/chroot_safe-1.3.ebuild | |
parent | Add sanity to pkg_setup.. also fixes usage with portage-HEAD (diff) | |
download | gentoo-2-30a67e0b9f46d0552a5b94adfd8a86155beb3957.tar.gz gentoo-2-30a67e0b9f46d0552a5b94adfd8a86155beb3957.tar.bz2 gentoo-2-30a67e0b9f46d0552a5b94adfd8a86155beb3957.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'app-admin/chroot_safe/chroot_safe-1.3.ebuild')
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/chroot_safe/chroot_safe-1.3.ebuild b/app-admin/chroot_safe/chroot_safe-1.3.ebuild index 9470c8328a7b..29a28a3dd13e 100644 --- a/app-admin/chroot_safe/chroot_safe-1.3.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.3.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/chroot_safe/chroot_safe-1.3.ebuild,v 1.4 2005/01/01 10:56:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.5 2005/04/24 10:40:26 hansmi Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="virtual/libc" |