diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 14:28:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 14:28:25 +0000 |
commit | e3500346393ae0300644da1af47dcb4414d628a0 (patch) | |
tree | 13b6943eaf8feda888e05899da7cab29aba78326 /media-sound/erec | |
parent | stable x86, security bug 283370 (diff) | |
download | gentoo-2-e3500346393ae0300644da1af47dcb4414d628a0.tar.gz gentoo-2-e3500346393ae0300644da1af47dcb4414d628a0.tar.bz2 gentoo-2-e3500346393ae0300644da1af47dcb4414d628a0.zip |
Remove virtual/libc.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/erec')
-rw-r--r-- | media-sound/erec/erec-2.2.0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/erec/erec-2.2.0.1.ebuild b/media-sound/erec/erec-2.2.0.1.ebuild index 5688e36c3657..814abb15f79c 100644 --- a/media-sound/erec/erec-2.2.0.1.ebuild +++ b/media-sound/erec/erec-2.2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/erec/erec-2.2.0.1.ebuild,v 1.11 2008/12/19 12:09:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/erec/erec-2.2.0.1.ebuild,v 1.12 2009/09/23 14:28:25 ssuominen Exp $ inherit eutils toolchain-funcs @@ -11,12 +11,11 @@ SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" KEYWORDS="amd64 ~ppc sparc x86" LICENSE="GPL-2" SLOT="0" +IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="sys-apps/sed" -IUSE="" - src_unpack() { unpack ${A} cd "${S}" |