diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-09-14 10:14:18 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-09-14 10:14:18 +0000 |
commit | 6adeb32dc4a026797981cf5d3556ef319231cf14 (patch) | |
tree | f2082663b35e9edf881c366e96e2792e5d8dae42 /sys-apps/which | |
parent | Stable for x86, wrt bug #482166 (diff) | |
download | gentoo-2-6adeb32dc4a026797981cf5d3556ef319231cf14.tar.gz gentoo-2-6adeb32dc4a026797981cf5d3556ef319231cf14.tar.bz2 gentoo-2-6adeb32dc4a026797981cf5d3556ef319231cf14.zip |
Export AR. Bug #484854
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/which/which-2.20-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index 41a44aa049aa..8a8df9b97158 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/which # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.43 2013/05/23 03:14:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.44 2013/09/14 10:14:18 hwoarang Exp $ + + 14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> which-2.20-r1.ebuild: + Export AR. Bug #484854 *which-2.20-r1 (23 May 2013) diff --git a/sys-apps/which/which-2.20-r1.ebuild b/sys-apps/which/which-2.20-r1.ebuild index d12de391f84d..ee56b23c804f 100644 --- a/sys-apps/which/which-2.20-r1.ebuild +++ b/sys-apps/which/which-2.20-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.1 2013/05/23 03:14:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.2 2013/09/14 10:14:18 hwoarang Exp $ EAPI="4" -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs + DESCRIPTION="Prints out location of specified executables that are in your path" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" @@ -16,5 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="" src_prepare() { + export AR="$(tc-getAR)" append-lfs-flags } |