diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-19 02:05:56 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-19 02:05:56 +0000 |
commit | d78f091c3b35e5611074d5486b08a0e5c44bfb55 (patch) | |
tree | 31823c28ead45c118317160b91c0eec7606004d9 /dev-lang/tolua | |
parent | PATCH_VER 2.1.25.3. Add 9017_amd64_4.3.0-IncludeSharedObjectInNormalLib.patch... (diff) | |
download | gentoo-2-d78f091c3b35e5611074d5486b08a0e5c44bfb55.tar.gz gentoo-2-d78f091c3b35e5611074d5486b08a0e5c44bfb55.tar.bz2 gentoo-2-d78f091c3b35e5611074d5486b08a0e5c44bfb55.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-lang/tolua')
-rw-r--r-- | dev-lang/tolua/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tolua/tolua-5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tolua/ChangeLog b/dev-lang/tolua/ChangeLog index 90e01f54d9ac..f819297145b8 100644 --- a/dev-lang/tolua/ChangeLog +++ b/dev-lang/tolua/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tolua # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tolua/ChangeLog,v 1.2 2004/04/12 17:15:43 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tolua/ChangeLog,v 1.3 2004/04/19 02:05:56 weeve Exp $ + + 18 Apr 2004; Jason Wever <weeve@gentoo.org> tolua-5.0.ebuild: + Added ~sparc keyword. 12 Apr 2004; <twp@gentoo.org> tolua-5.0.ebuild: Bug # 39205. Added IUSE. diff --git a/dev-lang/tolua/tolua-5.0.ebuild b/dev-lang/tolua/tolua-5.0.ebuild index ecbcede2c02c..dfc53eb2511e 100644 --- a/dev-lang/tolua/tolua-5.0.ebuild +++ b/dev-lang/tolua/tolua-5.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tolua/tolua-5.0.ebuild,v 1.3 2004/04/12 17:15:43 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tolua/tolua-5.0.ebuild,v 1.4 2004/04/19 02:05:56 weeve Exp $ DESCRIPTION="a tool that simplifies the integration of C/C++ code with Lua" HOMEPAGE="http://www.tecgraf.puc-rio.br/~celes/tolua/" SRC_URI="ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/${P}.tar.gz" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" LICENSE="as-is" SLOT="0" IUSE="" |