diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-17 03:56:23 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-17 03:56:23 +0000 |
commit | 4c8c9cd86d214bb0717c0a98dbc1a8405d05811b (patch) | |
tree | ac8e59cfc5fed94443c768214445723da8bf295d /dev-lang/prothon | |
parent | removed revs prior to security patches (Manifest recommit) (diff) | |
download | gentoo-2-4c8c9cd86d214bb0717c0a98dbc1a8405d05811b.tar.gz gentoo-2-4c8c9cd86d214bb0717c0a98dbc1a8405d05811b.tar.bz2 gentoo-2-4c8c9cd86d214bb0717c0a98dbc1a8405d05811b.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-lang/prothon')
-rw-r--r-- | dev-lang/prothon/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/prothon/prothon-0.0.4_p328.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/prothon/ChangeLog b/dev-lang/prothon/ChangeLog index 0ed014d7224c..5dbffa1f2fc0 100644 --- a/dev-lang/prothon/ChangeLog +++ b/dev-lang/prothon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/prothon # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/ChangeLog,v 1.2 2004/04/12 12:17:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/ChangeLog,v 1.3 2004/04/17 03:56:23 weeve Exp $ + +*prothon-0.0.4_p328 (16 Apr 2004) + + 16 Apr 2004; Jason Wever <weeve@gentoo.org> prothon-0.0.4_p328.ebuild: + Added ~sparc keyword. *prothon-0.0.3_p282 (12 Apr 2004) diff --git a/dev-lang/prothon/prothon-0.0.4_p328.ebuild b/dev-lang/prothon/prothon-0.0.4_p328.ebuild index fdf21b3d71bc..8cda6432bebb 100644 --- a/dev-lang/prothon/prothon-0.0.4_p328.ebuild +++ b/dev-lang/prothon/prothon-0.0.4_p328.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/prothon-0.0.4_p328.ebuild,v 1.1 2004/04/12 23:02:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/prothon-0.0.4_p328.ebuild,v 1.2 2004/04/17 03:56:23 weeve Exp $ MY_P=${P/_p/-b} DESCRIPTION="A classless prototype-based programming language with the sensibilities of Python." @@ -8,7 +8,7 @@ HOMEPAGE="http://www.prothon.org/" SRC_URI="http://www.prothon.org/pub/${PN}/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="" DEPEND="virtual/glibc sys-devel/gcc |