diff options
Diffstat (limited to 'dev-libs/leveldb/leveldb-1.18-r2.ebuild')
-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" |