summaryrefslogtreecommitdiff
path: root/app-text/libetonyek/libetonyek-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-text/libetonyek/libetonyek-9999.ebuild
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-text/libetonyek/libetonyek-9999.ebuild')
-rw-r--r--app-text/libetonyek/libetonyek-9999.ebuild8
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}