diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 07:15:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 07:15:45 +0000 |
commit | 963912c65433096d84ef87a4d2cd0baa44b862c1 (patch) | |
tree | 35be1c0485c268b9d2028ee7bdef436b10e72b8d /dev-libs | |
parent | Stable for x86, wrt bug #554644 (diff) | |
download | gentoo-2-963912c65433096d84ef87a4d2cd0baa44b862c1.tar.gz gentoo-2-963912c65433096d84ef87a4d2cd0baa44b862c1.tar.bz2 gentoo-2-963912c65433096d84ef87a4d2cd0baa44b862c1.zip |
Stable for x86, wrt bug #554644
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/leveldb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/leveldb/leveldb-1.18-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/leveldb/ChangeLog b/dev-libs/leveldb/ChangeLog index 2c92f4e2f39e..351103e39afc 100644 --- a/dev-libs/leveldb/ChangeLog +++ b/dev-libs/leveldb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/leveldb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v 1.32 2015/08/03 11:00:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/ChangeLog,v 1.33 2015/08/06 07:15:45 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> leveldb-1.18-r1.ebuild: + Stable for x86, wrt bug #554644 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> leveldb-1.18-r1.ebuild: Stable for amd64, wrt bug #554644 diff --git a/dev-libs/leveldb/leveldb-1.18-r1.ebuild b/dev-libs/leveldb/leveldb-1.18-r1.ebuild index 70ad3cb40011..a7e4d5f4699a 100644 --- a/dev-libs/leveldb/leveldb-1.18-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.18-r1.ebuild @@ -1,6 +1,6 @@ # 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.18-r1.ebuild,v 1.3 2015/08/03 11:00:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/leveldb/leveldb-1.18-r1.ebuild,v 1.4 2015/08/06 07:15:45 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+snappy static-libs +tcmalloc" DEPEND="tcmalloc? ( dev-util/google-perftools ) |