diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-12 13:13:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-12 13:13:32 +0100 |
commit | ac46a63351e4a532e0bcfdba4b6095f8c3946256 (patch) | |
tree | 6c996c31b31ac6dd2ac965fe9f581177e65c7b0b /app-text/libetonyek | |
parent | dev-games/ogre: keyword 2.1-r1 for ~x86 (diff) | |
download | gentoo-ac46a63351e4a532e0bcfdba4b6095f8c3946256.tar.gz gentoo-ac46a63351e4a532e0bcfdba4b6095f8c3946256.tar.bz2 gentoo-ac46a63351e4a532e0bcfdba4b6095f8c3946256.zip |
app-text/libetonyek: Force MDDS_VER also in live ebuild
Closes: https://bugs.gentoo.org/830462
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text/libetonyek')
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index 7493c2947bb9..b7576e139572 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 if [[ ${PV} == *9999 ]]; then - MDDS_VER="9999" EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" inherit autotools git-r3 else - MDDS_VER="2.0" SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi @@ -20,6 +18,8 @@ SLOT="0" IUSE="doc static-libs test" RESTRICT="!test? ( test )" +MDDS_VER="2.0" + BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) @@ -28,7 +28,7 @@ RDEPEND=" app-text/liblangtag dev-libs/librevenge dev-libs/libxml2 - >=dev-util/mdds-${MDDS_VER}:1= + dev-util/mdds:1/${MDDS_VER} sys-libs/zlib " DEPEND="${RDEPEND} |