summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-28 23:42:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-28 23:50:55 +0100
commitc0b90da1c413387ef0b63be41abe55d2adc8e477 (patch)
treef9c6cd9397797d0eb94665310dfbedfbe242c382 /media-libs/libcdr
parentapp-misc/ckb: fixup live ebuild for qt6 (diff)
downloadgentoo-c0b90da1c413387ef0b63be41abe55d2adc8e477.tar.gz
gentoo-c0b90da1c413387ef0b63be41abe55d2adc8e477.tar.bz2
gentoo-c0b90da1c413387ef0b63be41abe55d2adc8e477.zip
media-libs/libcdr: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r--media-libs/libcdr/libcdr-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild
index c7af76ba83e5..9001c20d83cc 100644
--- a/media-libs/libcdr/libcdr-9999.ebuild
+++ b/media-libs/libcdr/libcdr-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-if [[ ${PV} = 9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git"
inherit autotools git-r3
else
@@ -39,12 +39,11 @@ BDEPEND="
src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
- [[ ${PV} == 9999 ]] && eautoreconf
+ [[ ${PV} == *9999* ]] && eautoreconf
}
src_configure() {
local myeconfargs=(
- --disable-static
$(use_with doc docs)
$(use_enable test tests)
)