diff options
author | 2008-01-29 21:27:54 +0000 | |
---|---|---|
committer | 2008-01-29 21:27:54 +0000 | |
commit | 772baec904f91192cfc9d2f68c5b7238cc5f3dc2 (patch) | |
tree | c6abf498500f7e5fb5a747236de6531a7d047c03 /dev-lang/cll1h/cll1h-0.6.ebuild | |
parent | Remove ppc-macos conditional code (diff) | |
download | gentoo-2-772baec904f91192cfc9d2f68c5b7238cc5f3dc2.tar.gz gentoo-2-772baec904f91192cfc9d2f68c5b7238cc5f3dc2.tar.bz2 gentoo-2-772baec904f91192cfc9d2f68c5b7238cc5f3dc2.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/cll1h/cll1h-0.6.ebuild')
-rw-r--r-- | dev-lang/cll1h/cll1h-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |