diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:35:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:35:46 +0000 |
commit | e7c5bdeccbee8a068b47b4dfcb565c5273928de4 (patch) | |
tree | dccaf310a4c35175ef62b8ad128b880a4c597a75 /app-text/htmlrecode/htmlrecode-1.3.0.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-e7c5bdeccbee8a068b47b4dfcb565c5273928de4.tar.gz gentoo-2-e7c5bdeccbee8a068b47b4dfcb565c5273928de4.tar.bz2 gentoo-2-e7c5bdeccbee8a068b47b4dfcb565c5273928de4.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-text/htmlrecode/htmlrecode-1.3.0.ebuild')
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.3.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-text/htmlrecode/htmlrecode-1.3.0.ebuild b/app-text/htmlrecode/htmlrecode-1.3.0.ebuild index d620f7a7beb0..18aed7bf9bc6 100644 --- a/app-text/htmlrecode/htmlrecode-1.3.0.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.3.0.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/app-text/htmlrecode/htmlrecode-1.3.0.ebuild,v 1.1 2008/07/23 15:55:28 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.3.0.ebuild,v 1.2 2009/09/23 16:35:46 patrick Exp $ inherit eutils @@ -13,9 +13,8 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/libc - >=sys-apps/sed-4" -RDEPEND="virtual/libc" +DEPEND=">=sys-apps/sed-4" +RDEPEND="" src_unpack() { unpack ${A} |