diff options
author | David Holm <dholm@gentoo.org> | 2004-04-07 12:09:50 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-07 12:09:50 +0000 |
commit | 49b08b11aee3ff5dbacf87762c1f57a56c8f22a6 (patch) | |
tree | 151f2fce4b395badad098697d6402403042fc800 /dev-libs | |
parent | marked stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-49b08b11aee3ff5dbacf87762c1f57a56c8f22a6.tar.gz gentoo-2-49b08b11aee3ff5dbacf87762c1f57a56c8f22a6.tar.bz2 gentoo-2-49b08b11aee3ff5dbacf87762c1f57a56c8f22a6.zip |
Added to ~ppc
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/luabind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/luabind/luabind-6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/luabind/ChangeLog b/dev-libs/luabind/ChangeLog index 7e055e6c677a..d081f0f3d729 100644 --- a/dev-libs/luabind/ChangeLog +++ b/dev-libs/luabind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/luabind # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/ChangeLog,v 1.2 2004/04/06 21:35:52 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/ChangeLog,v 1.3 2004/04/07 12:08:27 dholm Exp $ + + 07 Apr 2004; David Holm <dholm@gentoo.org> luabind-6.ebuild: + Added to ~ppc. 06 Apr 2004; Ryan Phillips <rphillips@gentoo.org> luabind-6.ebuild: added lua as a dependency diff --git a/dev-libs/luabind/luabind-6.ebuild b/dev-libs/luabind/luabind-6.ebuild index a63542efe2d1..1c99aa5c9d0c 100644 --- a/dev-libs/luabind/luabind-6.ebuild +++ b/dev-libs/luabind/luabind-6.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-libs/luabind/luabind-6.ebuild,v 1.3 2004/04/06 21:37:43 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6.ebuild,v 1.4 2004/04/07 12:08:27 dholm Exp $ S=${WORKDIR}/luabind DESCRIPTION="C++ library that aids in creating bindings for Lua" @@ -8,7 +8,7 @@ HOMEPAGE="http://luabind.sf.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-b${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="dev-lang/lua dev-libs/boost" |