commit: 7a8ab1d331746710f68c55286b208b96c9bd62c4 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sat Aug 24 02:40:13 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 02:41:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8ab1d3
net-libs/libbloom: drop empty variables Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> net-libs/libbloom/libbloom-1.6.ebuild | 6 +----- 1 file changed, 1 insertion(+), 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)
