diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 12:43:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 12:43:58 +0000 |
commit | ad8906f98387748dfa7dde62aebed1b179d29e8b (patch) | |
tree | 06588e0c9dee147dbef16d7c9e857cff4ad8f6ba /dev-cpp/luabind | |
parent | Stable for x86, wrt bug #474386 (diff) | |
download | gentoo-2-ad8906f98387748dfa7dde62aebed1b179d29e8b.tar.gz gentoo-2-ad8906f98387748dfa7dde62aebed1b179d29e8b.tar.bz2 gentoo-2-ad8906f98387748dfa7dde62aebed1b179d29e8b.zip |
Stable for x86, wrt bug #474386
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-cpp/luabind')
-rw-r--r-- | dev-cpp/luabind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/luabind/luabind-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/luabind/ChangeLog b/dev-cpp/luabind/ChangeLog index 4d77bb013b52..4e3c26c4ddfd 100644 --- a/dev-cpp/luabind/ChangeLog +++ b/dev-cpp/luabind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/luabind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/luabind/ChangeLog,v 1.4 2013/06/30 12:38:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/luabind/ChangeLog,v 1.5 2013/06/30 12:43:58 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> luabind-0.9.1.ebuild: + Stable for x86, wrt bug #474386 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> luabind-0.9.1.ebuild: Stable for amd64, wrt bug #474386 diff --git a/dev-cpp/luabind/luabind-0.9.1.ebuild b/dev-cpp/luabind/luabind-0.9.1.ebuild index ea9cb76e9818..aeb76350d8fb 100644 --- a/dev-cpp/luabind/luabind-0.9.1.ebuild +++ b/dev-cpp/luabind/luabind-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/luabind/luabind-0.9.1.ebuild,v 1.5 2013/06/30 12:38:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/luabind/luabind-0.9.1.ebuild,v 1.6 2013/06/30 12:43:58 ago Exp $ # NOTE: cross compiling is probably broken @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/luabind/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/lua" |