diff options
author | 2009-08-09 15:14:51 +0000 | |
---|---|---|
committer | 2009-08-09 15:14:51 +0000 | |
commit | cac6d85f4cbe343c0852e5d69d5e7500c55e9433 (patch) | |
tree | 4607c1e540a52c27f90dbc7e2a3097766c1c49d4 /app-shells/localshell/localshell-1.3.1.ebuild | |
parent | Fix building with GLIBC 2.10+ wrt #270845. (diff) | |
download | historical-cac6d85f4cbe343c0852e5d69d5e7500c55e9433.tar.gz historical-cac6d85f4cbe343c0852e5d69d5e7500c55e9433.tar.bz2 historical-cac6d85f4cbe343c0852e5d69d5e7500c55e9433.zip |
Fix building with GLIBC 2.10+ wrt #277174.
Package-Manager: portage-2.2_rc36/cvs/Linux x86_64
Diffstat (limited to 'app-shells/localshell/localshell-1.3.1.ebuild')
-rw-r--r-- | app-shells/localshell/localshell-1.3.1.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/app-shells/localshell/localshell-1.3.1.ebuild b/app-shells/localshell/localshell-1.3.1.ebuild index 25d1edf21c87..29f3b4bb31e9 100644 --- a/app-shells/localshell/localshell-1.3.1.ebuild +++ b/app-shells/localshell/localshell-1.3.1.ebuild @@ -1,18 +1,23 @@ # 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.3.1.ebuild,v 1.1 2009/01/09 02:14:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.3.1.ebuild,v 1.2 2009/08/09 15:14:51 ssuominen Exp $ -inherit base +inherit base eutils DESCRIPTION="Localshell allows per-user/group local control of shell execution." HOMEPAGE="http://oss.orbis-terrarum.net/localshell/" SRC_URI="${HOMEPAGE}/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc" -#RDEPEND="" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-glibc-2.10.patch +} src_compile() { # this is a shell, it needs to be in /bin |