summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-04-17 20:59:40 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-04-17 20:59:40 +0000
commit5c25dd49ffe23c8a91969c76af3c582b1a57afff (patch)
treeccac511074de06fb0112dc939f1d6eb07f17314e /app-shells
parentLicense for sci-biology/trf, bug 470778. (diff)
downloadgentoo-2-5c25dd49ffe23c8a91969c76af3c582b1a57afff.tar.gz
gentoo-2-5c25dd49ffe23c8a91969c76af3c582b1a57afff.tar.bz2
gentoo-2-5c25dd49ffe23c8a91969c76af3c582b1a57afff.zip
added prefix support (no solaris)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/ChangeLog5
-rw-r--r--app-shells/dash/dash-0.5.7.4.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 2f0caec3c906..3dfe1fd6e234 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/dash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.114 2014/02/18 12:03:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.115 2014/04/17 20:59:40 ottxor Exp $
+
+ 17 Apr 2014; Christoph Junghans <ottxor@gentoo.org> dash-0.5.7.4.ebuild:
+ added prefix support (no solaris)
*dash-0.5.7.4 (18 Feb 2014)
diff --git a/app-shells/dash/dash-0.5.7.4.ebuild b/app-shells/dash/dash-0.5.7.4.ebuild
index 025cf5165c48..c352fadb25ef 100644
--- a/app-shells/dash/dash-0.5.7.4.ebuild
+++ b/app-shells/dash/dash-0.5.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.1 2014/02/18 12:03:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.2 2014/04/17 20:59:40 ottxor Exp $
EAPI="4"
@@ -18,7 +18,7 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="libedit static"
RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"
@@ -47,7 +47,7 @@ src_configure() {
use static && append-ldflags -static
# Do not pass --enable-glob due to #443552.
econf \
- --bindir=/bin \
+ --bindir="${EPREFIX}"/bin \
--enable-fnmatch \
$(use_with libedit)
}