summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-01-13 11:42:13 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-01-13 11:42:13 +0000
commitfc7663de276f7f586dedd6e424a7902ebbc34a9f (patch)
tree3f916932fcacb63306eac9c88bdd87e56745fe53 /dev-libs/leveldb
parentVersion bump. (diff)
downloadgentoo-2-fc7663de276f7f586dedd6e424a7902ebbc34a9f.tar.gz
gentoo-2-fc7663de276f7f586dedd6e424a7902ebbc34a9f.tar.bz2
gentoo-2-fc7663de276f7f586dedd6e424a7902ebbc34a9f.zip
Stable on amd64, arm and x86, bug #536228
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r--dev-libs/leveldb/ChangeLog7
-rw-r--r--dev-libs/leveldb/leveldb-1.9.0-r6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/leveldb/ChangeLog b/dev-libs/leveldb/ChangeLog
index 38b543f2def1..0596a2072cf7 100644
--- a/dev-libs/leveldb/ChangeLog
+++ b/dev-libs/leveldb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/leveldb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v 1.24 2014/08/23 02:04:29 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v 1.25 2015/01/13 11:42:13 blueness Exp $
+
+ 13 Jan 2015; Anthony G. Basile <blueness@gentoo.org> leveldb-1.9.0-r6.ebuild:
+ Stable on amd64, arm and x86, bug #536228
23 Aug 2014; Mike Gilbert <floppym@gentoo.org> leveldb-1.17.ebuild:
Use a stable tarball.
diff --git a/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild b/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild
index 78fcff955e4b..23192bf5e299 100644
--- a/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild
+++ b/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild,v 1.2 2014/08/11 22:10:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild,v 1.3 2015/01/13 11:42:13 blueness Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
IUSE="+snappy static-libs"
DEPEND="