diff options
author | 2005-02-25 04:44:51 +0000 | |
---|---|---|
committer | 2005-02-25 04:44:51 +0000 | |
commit | b860fe902941153c572b213f87958712611fb17e (patch) | |
tree | 94cd772d5f0a9522ce173736efdcfb99be38068f /sys-libs | |
parent | touchup DEPEND (diff) | |
download | gentoo-2-b860fe902941153c572b213f87958712611fb17e.tar.gz gentoo-2-b860fe902941153c572b213f87958712611fb17e.tar.bz2 gentoo-2-b860fe902941153c572b213f87958712611fb17e.zip |
slim DEPEND
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.4-r5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/ncurses/ncurses-5.4-r5.ebuild b/sys-libs/ncurses/ncurses-5.4-r5.ebuild index 289efd5b42a0..4aa445a668ec 100644 --- a/sys-libs/ncurses/ncurses-5.4-r5.ebuild +++ b/sys-libs/ncurses/ncurses-5.4-r5.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/sys-libs/ncurses/ncurses-5.4-r5.ebuild,v 1.19 2005/01/30 11:42:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r5.ebuild,v 1.20 2005/02/25 04:44:51 vapier Exp $ inherit eutils flag-o-matic gnuconfig toolchain-funcs @@ -13,8 +13,7 @@ SLOT="5" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="gpm build bootstrap debug doc uclibc unicode nocxx" -DEPEND="virtual/libc - gpm? ( sys-libs/gpm )" +DEPEND="gpm? ( sys-libs/gpm )" src_unpack() { unpack ${A} |