summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-02-17 20:15:47 +0000
committerZac Medico <zmedico@gentoo.org>2013-02-17 20:15:47 +0000
commitb161ca75b392592ae0f94098c003e18eacbdd2ce (patch)
tree44c97629062ce03c60d2c1d5f9db02684e7e9ef4 /sys-apps/which
parentAdd ~arm-linux keyword. (diff)
downloadgentoo-2-b161ca75b392592ae0f94098c003e18eacbdd2ce.tar.gz
gentoo-2-b161ca75b392592ae0f94098c003e18eacbdd2ce.tar.bz2
gentoo-2-b161ca75b392592ae0f94098c003e18eacbdd2ce.zip
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps/which')
-rw-r--r--sys-apps/which/ChangeLog7
-rw-r--r--sys-apps/which/which-2.20.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog
index 7d0d13ef5af3..bc485895f9ef 100644
--- a/sys-apps/which/ChangeLog
+++ b/sys-apps/which/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/which
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.41 2010/01/07 21:59:48 fauli Exp $
+# 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 $
+
+ 17 Feb 2013; Zac Medico <zmedico@gentoo.org> which-2.20.ebuild:
+ Add ~arm-linux keyword.
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> which-2.20.ebuild:
Transfer Prefix keywords
diff --git a/sys-apps/which/which-2.20.ebuild b/sys-apps/which/which-2.20.ebuild
index 344dd1e8d32d..2a9070869b7d 100644
--- a/sys-apps/which/which-2.20.ebuild
+++ b/sys-apps/which/which-2.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.ebuild,v 1.10 2010/01/07 21:59:48 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20.ebuild,v 1.11 2013/02/17 20:15:47 zmedico 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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~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"
+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_install() {