diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-03 15:25:43 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-03 15:25:43 +0000 |
commit | b8542423ed0cafca50893f23bc9ece17b4625398 (patch) | |
tree | e65069555a1473c9b70211ee223b2d4b36d24a61 /app-misc | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-b8542423ed0cafca50893f23bc9ece17b4625398.tar.gz gentoo-2-b8542423ed0cafca50893f23bc9ece17b4625398.tar.bz2 gentoo-2-b8542423ed0cafca50893f23bc9ece17b4625398.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-misc')
-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 )" |