summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-12-24 12:52:24 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-12-24 12:52:24 +0000
commitb383f12b5d0527a4cb5fe910206ec897d4223192 (patch)
tree5a2abc0ba4752f7a6391201d23905f044131eee9 /dev-lua/luadbi
parentStable for x86, wrt bug #490116 (diff)
downloadgentoo-2-b383f12b5d0527a4cb5fe910206ec897d4223192.tar.gz
gentoo-2-b383f12b5d0527a4cb5fe910206ec897d4223192.tar.bz2
gentoo-2-b383f12b5d0527a4cb5fe910206ec897d4223192.zip
Stable for x86, wrt bug #488410
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lua/luadbi')
-rw-r--r--dev-lua/luadbi/ChangeLog5
-rw-r--r--dev-lua/luadbi/luadbi-0.5-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/luadbi/ChangeLog b/dev-lua/luadbi/ChangeLog
index fc8179307be9..92aeccff4399 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.17 2013/10/23 16:47:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.18 2013/12/24 12:52:24 ago Exp $
+
+ 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> luadbi-0.5-r3.ebuild:
+ Stable for x86, wrt bug #488410
23 Oct 2013; Markus Meier <maekke@gentoo.org> luadbi-0.5-r3.ebuild:
add ~arm, bug #488410
diff --git a/dev-lua/luadbi/luadbi-0.5-r3.ebuild b/dev-lua/luadbi/luadbi-0.5-r3.ebuild
index b7edb37b5328..015b68cb1d93 100644
--- a/dev-lua/luadbi/luadbi-0.5-r3.ebuild
+++ b/dev-lua/luadbi/luadbi-0.5-r3.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-r3.ebuild,v 1.2 2013/10/23 16:47:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r3.ebuild,v 1.3 2013/12/24 12:52:24 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 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
IUSE="mysql postgres sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"