ottxor 14/04/17 20:59:40 Modified: dash-0.5.7.4.ebuild ChangeLog Log: added prefix support (no solaris) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.2 app-shells/dash/dash-0.5.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?r1=1.1&r2=1.2 Index: dash-0.5.7.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dash-0.5.7.4.ebuild 18 Feb 2014 12:03:40 -0000 1.1 +++ dash-0.5.7.4.ebuild 17 Apr 2014 20:59:40 -0000 1.2 @@ -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 @@ 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 @@ use static && append-ldflags -static # Do not pass --enable-glob due to #443552. econf \ - --bindir=/bin \ + --bindir="${EPREFIX}"/bin \ --enable-fnmatch \ $(use_with libedit) } 1.115 app-shells/dash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.114&r2=1.115 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- ChangeLog 18 Feb 2014 12:03:40 -0000 1.114 +++ ChangeLog 17 Apr 2014 20:59:40 -0000 1.115 @@ -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 <[email protected]> dash-0.5.7.4.ebuild: + added prefix support (no solaris) *dash-0.5.7.4 (18 Feb 2014)
