diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:16:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:16:56 +0000 |
commit | 1655f8dfdbd7297a3e655a666eb0abc08002bf9b (patch) | |
tree | b639c18bea2fda79bae1089d0a6ac6e623fc0008 /app-shells/localshell | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-1655f8dfdbd7297a3e655a666eb0abc08002bf9b.tar.gz gentoo-2-1655f8dfdbd7297a3e655a666eb0abc08002bf9b.tar.bz2 gentoo-2-1655f8dfdbd7297a3e655a666eb0abc08002bf9b.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/localshell')
-rw-r--r-- | app-shells/localshell/localshell-1.1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/localshell/localshell-1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/localshell/localshell-1.1.ebuild b/app-shells/localshell/localshell-1.1.ebuild index ebf9618d22df..46137b1c2f59 100644 --- a/app-shells/localshell/localshell-1.1.ebuild +++ b/app-shells/localshell/localshell-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.1.ebuild,v 1.4 2009/01/09 02:33:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.1.ebuild,v 1.5 2009/09/23 16:16:56 patrick Exp $ DESCRIPTION="Localshell allows per-user/group local control of shell execution." HOMEPAGE="http://oss.orbis-terrarum.net/localshell/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" #RDEPEND="" src_compile() { diff --git a/app-shells/localshell/localshell-1.2.ebuild b/app-shells/localshell/localshell-1.2.ebuild index 10d00134046f..140a17197b2a 100644 --- a/app-shells/localshell/localshell-1.2.ebuild +++ b/app-shells/localshell/localshell-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.7 2009/01/09 02:33:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.8 2009/09/23 16:16:56 patrick Exp $ inherit base @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" #RDEPEND="" PATCHES=( "${FILESDIR}/${P}+gcc-4.3.patch" ) |