From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13ACF15808B for ; Sat, 12 Feb 2022 12:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499F0E082B; Sat, 12 Feb 2022 12:13:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C4E6E082B for ; Sat, 12 Feb 2022 12:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FCD3335CD7 for ; Sat, 12 Feb 2022 12:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE1F287 for ; Sat, 12 Feb 2022 12:13:43 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1644668012.ac46a63351e4a532e0bcfdba4b6095f8c3946256.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/libetonyek-9999.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ac46a63351e4a532e0bcfdba4b6095f8c3946256 X-VCS-Branch: master Date: Sat, 12 Feb 2022 12:13:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8c07f44-a36a-4c1e-97a3-c0e3803c25ed X-Archives-Hash: 1a8813367b5f36b9ae1294732add9dc0 commit: ac46a63351e4a532e0bcfdba4b6095f8c3946256 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 12 12:13:05 2022 +0000 Commit: Andreas K. Hüttel gentoo 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 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}