commit:     ac46a63351e4a532e0bcfdba4b6095f8c3946256
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 12:13:05 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 12:13:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac46a633

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 <AT> gentoo.org>

 app-text/libetonyek/libetonyek-9999.ebuild | 8 ++++----
 1 file 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}

Reply via email to