diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-03 17:59:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-03 17:59:02 +0000 |
commit | 3293dd68ddd64527b5870bdd6671cbc6207e1f4c (patch) | |
tree | 54110e2f5cf1f9e1467109c2f607f75ac5834483 | |
parent | force -j1 #146128 (diff) | |
download | gentoo-2-3293dd68ddd64527b5870bdd6671cbc6207e1f4c.tar.gz gentoo-2-3293dd68ddd64527b5870bdd6671cbc6207e1f4c.tar.bz2 gentoo-2-3293dd68ddd64527b5870bdd6671cbc6207e1f4c.zip |
block base64 since we now provide it #146149
(Portage version: 2.1.1_rc1-r2)
-rw-r--r-- | sys-apps/coreutils/coreutils-6.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-6.1.ebuild b/sys-apps/coreutils/coreutils-6.1.ebuild index e7dd14c842ae..5d42b4d94595 100644 --- a/sys-apps/coreutils/coreutils-6.1.ebuild +++ b/sys-apps/coreutils/coreutils-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.1.ebuild,v 1.2 2006/09/03 08:50:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.1.ebuild,v 1.3 2006/09/03 17:59:02 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -21,6 +21,7 @@ IUSE="acl nls selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) nls? ( >=sys-devel/gettext-0.15 ) + !net-mail/base64 >=sys-libs/ncurses-5.3-r5" DEPEND="${RDEPEND} =sys-devel/automake-1.8* @@ -144,6 +145,6 @@ src_install() { done else # For now, drop the man pages, collides with the ones of the system. - rm -rf ${D}/usr/share/man + rm -rf "${D}"/usr/share/man fi } |