diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-08-24 02:40:13 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-08-24 02:41:48 +0000 |
commit | 7a8ab1d331746710f68c55286b208b96c9bd62c4 (patch) | |
tree | d3211f3a55eb20bb7827a8405084d30021e79348 /net-libs | |
parent | net-libs/libbloom: drop 1.5-r2 (diff) | |
download | gentoo-7a8ab1d331746710f68c55286b208b96c9bd62c4.tar.gz gentoo-7a8ab1d331746710f68c55286b208b96c9bd62c4.tar.bz2 gentoo-7a8ab1d331746710f68c55286b208b96c9bd62c4.zip |
net-libs/libbloom: drop empty variables
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libbloom/libbloom-1.6.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/libbloom/libbloom-1.6.ebuild b/net-libs/libbloom/libbloom-1.6.ebuild index a792f191fa46..9a4c0b1e0169 100644 --- a/net-libs/libbloom/libbloom-1.6.ebuild +++ b/net-libs/libbloom/libbloom-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,6 @@ SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" PATCHES=("${FILESDIR}"/${PN}-1.5-AR.patch) |