diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 12:38:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 12:38:56 +0000 |
commit | 82549a5f01e32dd672790a3f532ce43bc18b8e13 (patch) | |
tree | 5f1fa277878596403f8930d4a1334f3b659d6926 /dev-cpp | |
parent | Stable for amd64, wrt bug #474386 (diff) | |
download | gentoo-2-82549a5f01e32dd672790a3f532ce43bc18b8e13.tar.gz gentoo-2-82549a5f01e32dd672790a3f532ce43bc18b8e13.tar.bz2 gentoo-2-82549a5f01e32dd672790a3f532ce43bc18b8e13.zip |
Stable for amd64, wrt bug #474386
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/luabind/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/luabind/luabind-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-cpp/luabind/ChangeLog b/dev-cpp/luabind/ChangeLog index 2347605512ec..4d77bb013b52 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.3 2013/06/27 18:50:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/luabind/ChangeLog,v 1.4 2013/06/30 12:38:56 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> luabind-0.9.1.ebuild: + Stable for amd64, wrt bug #474386 27 Jun 2013; Julian Ospald <hasufell@gentoo.org> luabind-0.9.1.ebuild: fix build with dev-util/boost-build-1.49.0 wrt #475014 @@ -13,4 +16,3 @@ 02 May 2013; Julian Ospald <hasufell@gentoo.org> +luabind-0.9.1.ebuild, +files/luabind-0.9.1-boost.patch, +metadata.xml: initial import - diff --git a/dev-cpp/luabind/luabind-0.9.1.ebuild b/dev-cpp/luabind/luabind-0.9.1.ebuild index cbfa2f5b6732..ea9cb76e9818 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.4 2013/06/27 18:50:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/luabind/luabind-0.9.1.ebuild,v 1.5 2013/06/30 12:38:56 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" |