diff options
author | 2012-11-14 05:50:51 +0000 | |
---|---|---|
committer | 2012-11-14 05:50:51 +0000 | |
commit | 60d4f4e047df8a35f63e2cfc0fa5509de2ac3062 (patch) | |
tree | 7d2e3e1a720705e7cc913f05b89b9c79f8aebc3a /sys-apps/findutils | |
parent | version bump (bug #443036) (diff) | |
download | gentoo-2-60d4f4e047df8a35f63e2cfc0fa5509de2ac3062.tar.gz gentoo-2-60d4f4e047df8a35f63e2cfc0fa5509de2ac3062.tar.bz2 gentoo-2-60d4f4e047df8a35f63e2cfc0fa5509de2ac3062.zip |
finally added prefix support (bug #388147)
(Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r-- | sys-apps/findutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/findutils/findutils-4.5.10-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/findutils/ChangeLog b/sys-apps/findutils/ChangeLog index 3dc1a49f61c2..ccbd0502b020 100644 --- a/sys-apps/findutils/ChangeLog +++ b/sys-apps/findutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/findutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.209 2012/05/22 22:29:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.210 2012/11/14 05:50:51 ottxor Exp $ + + 14 Nov 2012; Christoph Junghans <ottxor@gentoo.org> + findutils-4.5.10-r1.ebuild: + finally added prefix support (bug #388147) 22 May 2012; Mike Frysinger <vapier@gentoo.org> +files/findutils-4.5.10-no-gets.patch, findutils-4.5.10-r1.ebuild: diff --git a/sys-apps/findutils/findutils-4.5.10-r1.ebuild b/sys-apps/findutils/findutils-4.5.10-r1.ebuild index c0c4a99fdeea..2716d86b45d7 100644 --- a/sys-apps/findutils/findutils-4.5.10-r1.ebuild +++ b/sys-apps/findutils/findutils-4.5.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild,v 1.6 2012/05/22 22:29:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild,v 1.7 2012/11/14 05:50:51 ottxor Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) @@ -37,7 +37,7 @@ src_compile() { econf \ $(use_enable nls) \ - --libexecdir=/usr/$(get_libdir)/find \ + --libexecdir='$(libdir)'/find \ ${myconf} \ || die "configure failed" emake AR="$(tc-getAR)" || die "make failed" |