app-text/libetonyek: sync live

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-12-02 03:17:03 +00:00
parent 4e6fd27898
commit 4d72865930
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 6 additions and 4 deletions

View File

@ -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[@]}"
}

View File

@ -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() {