diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-09-08 15:10:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-09-08 15:10:16 +0000 |
commit | bb5ef65daa7e8ad59de50d1cf959ecdd417535ab (patch) | |
tree | ec8f1e5baf74dea4b5b24423d79724bb70a5b104 /sys-apps/which | |
parent | Copy lvm2 vs. device-mapper deps from _rc15 to _rc14. (diff) | |
download | gentoo-2-bb5ef65daa7e8ad59de50d1cf959ecdd417535ab.tar.gz gentoo-2-bb5ef65daa7e8ad59de50d1cf959ecdd417535ab.tar.bz2 gentoo-2-bb5ef65daa7e8ad59de50d1cf959ecdd417535ab.zip |
Stable for HPPA (bug #283975).
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/which/which-2.20.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index 9a18cf3d5165..f4e5756ae623 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/which -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.32 2008/09/17 09:44:22 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.33 2009/09/08 15:10:16 jer Exp $ + + 08 Sep 2009; Jeroen Roovers <jer@gentoo.org> which-2.20.ebuild: + Stable for HPPA (bug #283975). *which-2.20 (17 Sep 2008) diff --git a/sys-apps/which/which-2.20.ebuild b/sys-apps/which/which-2.20.ebuild index aa40efddf255..212c415b8d36 100644 --- a/sys-apps/which/which-2.20.ebuild +++ b/sys-apps/which/which-2.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20.ebuild,v 1.1 2008/09/17 09:44:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20.ebuild,v 1.2 2009/09/08 15:10:16 jer Exp $ DESCRIPTION="Prints out location of specified executables that are in your path" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" @@ -8,7 +8,7 @@ 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" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" src_install() { |