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/gcal | |
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/gcal')
-rw-r--r-- | app-misc/gcal/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/gcal/gcal-3.01-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/gcal/ChangeLog b/app-misc/gcal/ChangeLog index 8461ada4eab8..7b45a1165ddf 100644 --- a/app-misc/gcal/ChangeLog +++ b/app-misc/gcal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gcal -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/ChangeLog,v 1.21 2007/03/19 01:56:28 kloeri Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/ChangeLog,v 1.22 2008/02/03 15:25:43 grobian Exp $ + + 03 Feb 2008; Fabian Groffen <grobian@gentoo.org> gcal-3.01-r2.ebuild: + Dropped ppc-macos keyword, see you in prefix 19 Mar 2007; Bryan Ăstergaard <kloeri@gentoo.org> metadata.xml: Remove ka0ttic from metadata.xml due to retirement. diff --git a/app-misc/gcal/gcal-3.01-r2.ebuild b/app-misc/gcal/gcal-3.01-r2.ebuild index a9ed65563c1e..fda9cd4b81d7 100644 --- a/app-misc/gcal/gcal-3.01-r2.ebuild +++ b/app-misc/gcal/gcal-3.01-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/gcal/gcal-3.01-r2.ebuild,v 1.10 2007/01/22 08:28:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/gcal-3.01-r2.ebuild,v 1.11 2008/02/03 15:25:43 grobian Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 ~ppc-macos" +KEYWORDS="x86 ppc sparc alpha amd64" IUSE="ncurses nls" DEPEND="nls? ( sys-devel/gettext )" |