diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-08-28 11:58:41 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-08-28 11:58:41 +0000 |
commit | e9927dce47ac5ab68859dda0da817a0a0d1c32d3 (patch) | |
tree | 0c49d1b67e6fdee02e95ef04c9d11cc498df9494 /app-emulation | |
parent | GPL-3 correction (diff) | |
download | gentoo-2-e9927dce47ac5ab68859dda0da817a0a0d1c32d3.tar.gz gentoo-2-e9927dce47ac5ab68859dda0da817a0a0d1c32d3.tar.bz2 gentoo-2-e9927dce47ac5ab68859dda0da817a0a0d1c32d3.zip |
Removed redundant dependency on sys-apps/setarch
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/x86-chroot/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/x86-chroot/x86-chroot-2006.1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/x86-chroot/ChangeLog b/app-emulation/x86-chroot/ChangeLog index 3f20831d5776..cef3200b5b5d 100644 --- a/app-emulation/x86-chroot/ChangeLog +++ b/app-emulation/x86-chroot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/x86-chroot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.9 2007/06/01 02:06:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.10 2007/08/28 11:58:41 angelos Exp $ + + 28 Aug 2007; Christoph Mende <angelos@gentoo.org> + x86-chroot-2006.1.ebuild: + Removed redundant dependency on sys-apps/setarch 01 Jun 2007; Christoph Mende <angelos@gentoo.org> x86-chroot-2006.1.ebuild: diff --git a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild index 66458053fb56..9734ebb09383 100644 --- a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild +++ b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.6 2007/06/26 01:39:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.7 2007/08/28 11:58:41 angelos Exp $ inherit linux-info @@ -13,8 +13,7 @@ SLOT="${PV}" KEYWORDS="-* ~amd64" IUSE="X" -RDEPEND="sys-apps/setarch - X? ( x11-apps/xhost )" +RDEPEND="X? ( x11-apps/xhost )" RESTRICT="userpriv" #178935 |