diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:44:31 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:44:31 +0000 |
commit | e1a1e9d0290e9001ee63e882d2d6aeda83237ecd (patch) | |
tree | f99c6e89196ba190f91029ded84e6b6842e137fd /dev-util/duma/duma-2.5.8.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-e1a1e9d0290e9001ee63e882d2d6aeda83237ecd.tar.gz gentoo-2-e1a1e9d0290e9001ee63e882d2d6aeda83237ecd.tar.bz2 gentoo-2-e1a1e9d0290e9001ee63e882d2d6aeda83237ecd.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/duma/duma-2.5.8.ebuild')
-rw-r--r-- | dev-util/duma/duma-2.5.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/duma/duma-2.5.8.ebuild b/dev-util/duma/duma-2.5.8.ebuild index b03ec8f3bb39..06e2146a4f8c 100644 --- a/dev-util/duma/duma-2.5.8.ebuild +++ b/dev-util/duma/duma-2.5.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.8.ebuild,v 1.2 2008/06/05 03:04:58 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.5.8.ebuild,v 1.3 2009/09/23 17:44:31 patrick Exp $ inherit eutils toolchain-funcs versionator @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} app-shells/bash" |