diff options
-rw-r--r-- | app-shells/dash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.7.4.ebuild | 6 |
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) } |