summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-05-30 20:08:30 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-05-30 20:08:30 +0000
commitaa3a9ec2d69d5155f4812956ed46a3af945b35e3 (patch)
tree014b33170e69c585bd7e731c6aad5298b4445962 /dev-db/libzdb
parentGenerate keys for all types dropbear supports. (diff)
downloadgentoo-2-aa3a9ec2d69d5155f4812956ed46a3af945b35e3.tar.gz
gentoo-2-aa3a9ec2d69d5155f4812956ed46a3af945b35e3.tar.bz2
gentoo-2-aa3a9ec2d69d5155f4812956ed46a3af945b35e3.zip
Stable for amd64 wrt bug #507682
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-db/libzdb')
-rw-r--r--dev-db/libzdb/ChangeLog5
-rw-r--r--dev-db/libzdb/libzdb-2.12.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/libzdb/ChangeLog b/dev-db/libzdb/ChangeLog
index 57cd5066f4c7..e35c6f65d547 100644
--- a/dev-db/libzdb/ChangeLog
+++ b/dev-db/libzdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/libzdb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.17 2014/04/15 07:24:40 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.18 2014/05/30 20:08:30 nimiux Exp $
+
+ 30 May 2014; Chema Alonso <nimiux@gentoo.org> libzdb-2.12.ebuild:
+ Stable for amd64 wrt bug #507682
*libzdb-3.0 (14 Apr 2014)
diff --git a/dev-db/libzdb/libzdb-2.12.ebuild b/dev-db/libzdb/libzdb-2.12.ebuild
index cdb6f9565a61..a629db49adc8 100644
--- a/dev-db/libzdb/libzdb-2.12.ebuild
+++ b/dev-db/libzdb/libzdb-2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.1 2013/09/13 06:33:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.2 2014/05/30 20:08:30 nimiux Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="amd64 ~x86"
IUSE="debug doc mysql postgres +sqlite ssl static-libs"
REQUIRED_USE=" || ( postgres mysql sqlite )"