diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2007-06-15 23:30:31 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2007-06-15 23:30:31 +0000 |
commit | f0f18e22e3b600e682757ee7f244fccab8b60ae1 (patch) | |
tree | 0568396aff7517fefda625be80c7483dbff37980 /sys-apps/util-linux/util-linux-2.12r-r7.ebuild | |
parent | Added ~amd64 wrt bug 135050 (diff) | |
download | gentoo-2-f0f18e22e3b600e682757ee7f244fccab8b60ae1.tar.gz gentoo-2-f0f18e22e3b600e682757ee7f244fccab8b60ae1.tar.bz2 gentoo-2-f0f18e22e3b600e682757ee7f244fccab8b60ae1.zip |
Add blocker for sys-apps/more
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/util-linux/util-linux-2.12r-r7.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12r-r7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.12r-r7.ebuild b/sys-apps/util-linux/util-linux-2.12r-r7.ebuild index a24fc1b02e17..2c5cf48e3bb2 100644 --- a/sys-apps/util-linux/util-linux-2.12r-r7.ebuild +++ b/sys-apps/util-linux/util-linux-2.12r-r7.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/sys-apps/util-linux/util-linux-2.12r-r7.ebuild,v 1.7 2007/06/13 03:27:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12r-r7.ebuild,v 1.8 2007/06/15 23:30:31 lavajoe Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -24,7 +24,8 @@ RDEPEND=">=sys-libs/ncurses-5.2-r2 >=sys-fs/e2fsprogs-1.34 selinux? ( sys-libs/libselinux ) crypt? ( app-crypt/hashalot ) - perl? ( dev-lang/perl )" + perl? ( dev-lang/perl ) + !sys-apps/more" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) virtual/os-headers" |