diff options
author | 2009-09-23 17:48:34 +0000 | |
---|---|---|
committer | 2009-09-23 17:48:34 +0000 | |
commit | 8902defdb8e9a6f96af61196c01ceaa64965058e (patch) | |
tree | 50622913b7a1752f4c6448af9e432147fd9e8e1f /dev-util/shc/shc-3.7.ebuild | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.gz historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.bz2 historical-8902defdb8e9a6f96af61196c01ceaa64965058e.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-util/shc/shc-3.7.ebuild')
-rw-r--r-- | dev-util/shc/shc-3.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild index bd875a46e252..397ad2e59936 100644 --- a/dev-util/shc/shc-3.7.ebuild +++ b/dev-util/shc/shc-3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/shc/shc-3.7.ebuild,v 1.6 2007/08/13 20:50:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.7 2009/09/23 17:48:34 patrick Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ## the "test"-target leads to an access-violation -> so we skip it |