diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-03 15:32:23 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-03 15:32:23 +0000 |
commit | 07f3c8823dc180b20703db568dfb73ebb1b6d519 (patch) | |
tree | b633d855b1091c201d9a8c84203b58debed543e2 /app-misc/hilite | |
parent | x86 stable, bug #208545 (diff) | |
download | historical-07f3c8823dc180b20703db568dfb73ebb1b6d519.tar.gz historical-07f3c8823dc180b20703db568dfb73ebb1b6d519.tar.bz2 historical-07f3c8823dc180b20703db568dfb73ebb1b6d519.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-misc/hilite')
-rw-r--r-- | app-misc/hilite/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/hilite/hilite-1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/hilite/ChangeLog b/app-misc/hilite/ChangeLog index 7a640341c57d..3337c7069f1e 100644 --- a/app-misc/hilite/ChangeLog +++ b/app-misc/hilite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/hilite -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hilite/ChangeLog,v 1.15 2007/02/21 22:32:00 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hilite/ChangeLog,v 1.16 2008/02/03 15:27:23 grobian Exp $ + + 03 Feb 2008; Fabian Groffen <grobian@gentoo.org> hilite-1.5.ebuild: + Dropped ppc-macos keyword, see you in prefix 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-misc/hilite/hilite-1.5.ebuild b/app-misc/hilite/hilite-1.5.ebuild index bb5594b42502..a6254b1015c5 100644 --- a/app-misc/hilite/hilite-1.5.ebuild +++ b/app-misc/hilite/hilite-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hilite/hilite-1.5.ebuild,v 1.12 2005/07/09 03:09:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hilite/hilite-1.5.ebuild,v 1.13 2008/02/03 15:27:23 grobian Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ DESCRIPTION="A utility which highlights stderr text in red" SLOT="0" LICENSE="GPL-2" -KEYWORDS="sparc mips amd64 x86 ~hppa ppc ~ppc-macos" +KEYWORDS="sparc mips amd64 x86 ~hppa ppc" S=${WORKDIR} IUSE="" |