From b161ca75b392592ae0f94098c003e18eacbdd2ce Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 17 Feb 2013 20:15:47 +0000 Subject: Add ~arm-linux keyword. (Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3) --- sys-apps/which/ChangeLog | 7 +++++-- sys-apps/which/which-2.20.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sys-apps/which') 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 which-2.20.ebuild: + Add ~arm-linux keyword. 07 Jan 2010; Christian Faulhammer 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() { -- cgit v1.2.3-65-gdbad