diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-29 21:31:52 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-29 21:31:52 +0000 |
commit | 36fc1260859b5c0e2f995e5f8ea2fdd9361a7b60 (patch) | |
tree | ecbf21fa4eefc21c0cffce7ae06afdddc92e58b0 /dev-lang/cll1h | |
parent | newer trunk revision (diff) | |
download | historical-36fc1260859b5c0e2f995e5f8ea2fdd9361a7b60.tar.gz historical-36fc1260859b5c0e2f995e5f8ea2fdd9361a7b60.tar.bz2 historical-36fc1260859b5c0e2f995e5f8ea2fdd9361a7b60.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-lang/cll1h')
-rw-r--r-- | dev-lang/cll1h/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/cll1h/cll1h-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/cll1h/ChangeLog b/dev-lang/cll1h/ChangeLog index 0fd60e6f5202..f75516e55998 100644 --- a/dev-lang/cll1h/ChangeLog +++ b/dev-lang/cll1h/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/cll1h -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.5 2007/05/15 09:49:42 bangert Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.6 2008/01/29 21:27:54 grobian Exp $ + + 29 Jan 2008; Fabian Groffen <grobian@gentoo.org> cll1h-0.6.ebuild: + Dropped ppc-macos keyword, see you in prefix 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/dev-lang/cll1h/cll1h-0.6.ebuild b/dev-lang/cll1h/cll1h-0.6.ebuild index 3c431067865a..f39239c80990 100644 --- a/dev-lang/cll1h/cll1h-0.6.ebuild +++ b/dev-lang/cll1h/cll1h-0.6.ebuild @@ -1,13 +1,13 @@ -# 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/dev-lang/cll1h/cll1h-0.6.ebuild,v 1.3 2005/10/30 17:35:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6.ebuild,v 1.4 2008/01/29 21:27:54 grobian Exp $ DESCRIPTION="C<<1 programming language system" HOMEPAGE="http://gpl.arachne.cz/" SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~ppc ~ppc-macos ~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND="" RDEPEND="sys-devel/gcc" |