summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-cpp/luabind/ChangeLog6
-rw-r--r--dev-cpp/luabind/luabind-0.9.1.ebuild4
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"