diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 03:49:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:15:40 +0100 |
commit | a6c1228a353a9c69ab6c1f9cf07969e477a6c40b (patch) | |
tree | 23f106f32c4e6d77bd2bb10dfe274b1d6484f11d /dev-libs/leveldb | |
parent | dev-libs/leatherman: multilib-- (diff) | |
download | gentoo-a6c1228a353a9c69ab6c1f9cf07969e477a6c40b.tar.gz gentoo-a6c1228a353a9c69ab6c1f9cf07969e477a6c40b.tar.bz2 gentoo-a6c1228a353a9c69ab6c1f9cf07969e477a6c40b.zip |
dev-libs/leveldb: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.18-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/leveldb/leveldb-1.18-r2.ebuild b/dev-libs/leveldb/leveldb-1.18-r2.ebuild index 0a4ac6bfd31c..30880ffd674b 100644 --- a/dev-libs/leveldb/leveldb-1.18-r2.ebuild +++ b/dev-libs/leveldb/leveldb-1.18-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs versionator +inherit epatch multilib toolchain-funcs versionator -DESCRIPTION="a fast key-value storage library written at Google" +DESCRIPTION="A fast key-value storage library written at Google" HOMEPAGE="http://leveldb.org/ https://github.com/google/leveldb" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |