summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-02-26 10:59:35 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-02-26 10:59:35 +0000
commit19f4cb61e167d34c2b677da755154cafef6ea909 (patch)
tree37c6ed94feb708af041febdd38c83a3f2c7d61df /dev-lua
parentStable for x86, wrt bug #429028 (diff)
downloadgentoo-2-19f4cb61e167d34c2b677da755154cafef6ea909.tar.gz
gentoo-2-19f4cb61e167d34c2b677da755154cafef6ea909.tar.bz2
gentoo-2-19f4cb61e167d34c2b677da755154cafef6ea909.zip
Stable for x86, wrt bug #436648
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luadbi/ChangeLog5
-rw-r--r--dev-lua/luadbi/luadbi-0.5-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/luadbi/ChangeLog b/dev-lua/luadbi/ChangeLog
index b9b214e7de3f..d84a2cf9b10e 100644
--- a/dev-lua/luadbi/ChangeLog
+++ b/dev-lua/luadbi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/luadbi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.11 2013/02/26 10:55:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.12 2013/02/26 10:59:35 ago Exp $
+
+ 26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> luadbi-0.5-r2.ebuild:
+ Stable for x86, wrt bug #436648
26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> luadbi-0.5-r2.ebuild:
Stable for amd64, wrt bug #436648
diff --git a/dev-lua/luadbi/luadbi-0.5-r2.ebuild b/dev-lua/luadbi/luadbi-0.5-r2.ebuild
index a5eb046a25e1..b9f7a830466f 100644
--- a/dev-lua/luadbi/luadbi-0.5-r2.ebuild
+++ b/dev-lua/luadbi/luadbi-0.5-r2.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-lua/luadbi/luadbi-0.5-r2.ebuild,v 1.2 2013/02/26 10:55:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r2.ebuild,v 1.3 2013/02/26 10:59:35 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://luadbi.googlecode.com/files/${PN}.${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="mysql postgres sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"