diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-04-08 19:46:17 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-04-08 19:46:17 +0200 |
commit | 60e7fcac8eef2d7b25eab08faa34713c7a90416a (patch) | |
tree | df919e63f04cfae66379d82e86e6eab76a57d59c /dev-libs/editline | |
parent | dev-libs/dotconf: inherit git-r3 only if live version (diff) | |
download | gentoo-60e7fcac8eef2d7b25eab08faa34713c7a90416a.tar.gz gentoo-60e7fcac8eef2d7b25eab08faa34713c7a90416a.tar.bz2 gentoo-60e7fcac8eef2d7b25eab08faa34713c7a90416a.zip |
dev-libs/editline: drop empty variable assignments
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-libs/editline')
-rw-r--r-- | dev-libs/editline/editline-1.17.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-libs/editline/editline-1.17.1.ebuild b/dev-libs/editline/editline-1.17.1.ebuild index eed9640bbec9..0bba672748cf 100644 --- a/dev-libs/editline/editline-1.17.1.ebuild +++ b/dev-libs/editline/editline-1.17.1.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 @@ -10,10 +10,6 @@ SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar. LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" PATCHES=("${FILESDIR}"/${PN}-1.16.0-rename-man.patch) |