From 930ec21d613822c7af158e2037e18b3fe3ebc05a Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 2 Mar 2020 23:24:47 +0100 Subject: app-text/libetonyek: Update live ebuild Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Nils Freydank Signed-off-by: Andreas Sturmlechner --- app-text/libetonyek/libetonyek-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-text/libetonyek') diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index a545cc94cd23..f07aa63c5410 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -if [[ ${PV} = *9999 ]]; then +if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" inherit autotools git-r3 else @@ -26,7 +26,7 @@ RDEPEND=" app-text/liblangtag dev-libs/librevenge dev-libs/libxml2 - >=dev-util/mdds-1.4.3:1= + =dev-util/mdds-1.5*:1= sys-libs/zlib " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad