diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-05-23 03:14:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-05-23 03:14:46 +0000 |
commit | 636d1110f0ff5a190b41e4ef2e7bf04dd2b32e62 (patch) | |
tree | 18e62815aff00b6e7eaed036aef09de2014438f5 /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-636d1110f0ff5a190b41e4ef2e7bf04dd2b32e62.tar.gz gentoo-2-636d1110f0ff5a190b41e4ef2e7bf04dd2b32e62.tar.bz2 gentoo-2-636d1110f0ff5a190b41e4ef2e7bf04dd2b32e62.zip |
Update to EAPI=4 and build against 64bit interfaces #471024.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/which/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/which/which-2.20-r1.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index bc485895f9ef..41a44aa049aa 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,11 @@ # 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.42 2013/02/17 20:15:47 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.43 2013/05/23 03:14:46 vapier Exp $ + +*which-2.20-r1 (23 May 2013) + + 23 May 2013; Mike Frysinger <vapier@gentoo.org> +which-2.20-r1.ebuild: + Update to EAPI=4 and build against 64bit interfaces #471024. 17 Feb 2013; Zac Medico <zmedico@gentoo.org> which-2.20.ebuild: Add ~arm-linux keyword. diff --git a/sys-apps/which/which-2.20-r1.ebuild b/sys-apps/which/which-2.20-r1.ebuild new file mode 100644 index 000000000000..d12de391f84d --- /dev/null +++ b/sys-apps/which/which-2.20-r1.ebuild @@ -0,0 +1,20 @@ +# 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 $ + +EAPI="4" + +inherit flag-o-matic + +DESCRIPTION="Prints out location of specified executables that are in your path" +HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" +SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +src_prepare() { + append-lfs-flags +} |