diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-09-07 03:47:24 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-09-07 03:47:24 +0000 |
commit | 1dbefe9f077fb7edf311e491c0e3f70199d3a5f0 (patch) | |
tree | 6766e4f635b52cc115617a11b8302296747a5779 /app-admin/chroot_safe/chroot_safe-1.4.ebuild | |
parent | initial import #84807 (diff) | |
download | gentoo-2-1dbefe9f077fb7edf311e491c0e3f70199d3a5f0.tar.gz gentoo-2-1dbefe9f077fb7edf311e491c0e3f70199d3a5f0.tar.bz2 gentoo-2-1dbefe9f077fb7edf311e491c0e3f70199d3a5f0.zip |
Added ~amd64 keyword.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-admin/chroot_safe/chroot_safe-1.4.ebuild')
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/chroot_safe/chroot_safe-1.4.ebuild b/app-admin/chroot_safe/chroot_safe-1.4.ebuild index 7a46c5d7fcac..dabb01a10bc6 100644 --- a/app-admin/chroot_safe/chroot_safe-1.4.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.4.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.4.ebuild,v 1.1 2005/05/29 00:02:23 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.4.ebuild,v 1.2 2005/09/07 03:45:58 metalgod Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN//_}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libc" |