summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-06-05 15:11:54 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-06-05 15:25:27 +0200
commitfa53e9d7a0c77755c414c1fa012329c98e8c6705 (patch)
tree0499bdf6346da84b6a68843201e665de7ee99595 /dev-libs
parentdev-libs/libestr: take up maintainership; update metadata (diff)
downloadgentoo-fa53e9d7a0c77755c414c1fa012329c98e8c6705.tar.gz
gentoo-fa53e9d7a0c77755c414c1fa012329c98e8c6705.tar.bz2
gentoo-fa53e9d7a0c77755c414c1fa012329c98e8c6705.zip
dev-libs/libestr: bump to EAPI 8; minor tweaks
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libestr/libestr-0.1.11-r1.ebuild (renamed from dev-libs/libestr/libestr-0.1.11.ebuild)9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-libs/libestr/libestr-0.1.11.ebuild b/dev-libs/libestr/libestr-0.1.11-r1.ebuild
index 46bfad9d48e4..ad8ff4a5ae64 100644
--- a/dev-libs/libestr/libestr-0.1.11.ebuild
+++ b/dev-libs/libestr/libestr-0.1.11-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
inherit autotools
@@ -15,12 +15,8 @@ KEYWORDS="amd64 arm arm64 ~hppa x86"
IUSE="debug static-libs test"
RESTRICT="!test? ( test )"
-DEPEND=""
-RDEPEND="${DEPEND}"
-
src_prepare() {
default
-
eautoreconf
}
@@ -30,7 +26,6 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable test testbench)
)
-
econf "${myeconfargs[@]}"
}