commit: 4d72865930935e7c2d5c20be7d5d51c0f8bb8829
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 03:17:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 03:17:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d728659
app-text/libetonyek: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/libetonyek/libetonyek-0.1.13.ebuild | 4 ++--
app-text/libetonyek/libetonyek-9999-r1.ebuild | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
index f54e3041b761..0a1d8e4a3fc4 100644
--- a/app-text/libetonyek/libetonyek-0.1.13.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit autotools
+
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git"
inherit git-r3
@@ -10,7 +12,6 @@ else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
fi
-inherit autotools
DESCRIPTION="Library parsing Apple Keynote presentations"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
@@ -51,7 +52,6 @@ src_configure() {
$(use_with doc docs)
$(use_enable test tests)
)
-
econf "${myeconfargs[@]}"
}
diff --git a/app-text/libetonyek/libetonyek-9999-r1.ebuild
b/app-text/libetonyek/libetonyek-9999-r1.ebuild
index d7bb9b362af2..677f4b35be7d 100644
--- a/app-text/libetonyek/libetonyek-9999-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-9999-r1.ebuild
@@ -5,9 +5,11 @@ EAPI=8
MDDS_VER="3.0"
+inherit autotools
+
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git"
- inherit autotools git-r3
+ inherit git-r3
else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
@@ -42,7 +44,7 @@ BDEPEND="
src_prepare() {
default
[[ -d m4 ]] || mkdir "m4" || die
- [[ ${PV} == *9999* ]] && eautoreconf
+ eautoreconf
}
src_configure() {