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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D821B1382C5 for ; Fri, 26 Mar 2021 15:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189B2E0823; Fri, 26 Mar 2021 15:55:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 029D8E0823 for ; Fri, 26 Mar 2021 15:55:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21DB3340E28 for ; Fri, 26 Mar 2021 15:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63F9631 for ; Fri, 26 Mar 2021 15:55:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616774087.6c8758678d4a93f024227a59dfcb118772ea4601.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imv/imv-9999.ebuild X-VCS-Directories: media-gfx/imv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c8758678d4a93f024227a59dfcb118772ea4601 X-VCS-Branch: master Date: Fri, 26 Mar 2021 15:55:00 +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: 5e302b01-f00f-4479-a667-8dcb738bd49b X-Archives-Hash: ef0aeafb779fb0272d097f2e860938d8 commit: 6c8758678d4a93f024227a59dfcb118772ea4601 Author: Ionen Wolkens gmail com> AuthorDate: Wed Mar 24 18:19:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 26 15:54:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c875867 media-gfx/imv: sync live Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: Sam James gentoo.org> media-gfx/imv/imv-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild index 735366ed533..9b3b3c026ab 100644 --- a/media-gfx/imv/imv-9999.ebuild +++ b/media-gfx/imv/imv-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit xdg meson + +inherit meson xdg if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -39,15 +40,13 @@ RDEPEND=" svg? ( >=gnome-base/librsvg-2.44 ) tiff? ( media-libs/tiff ) wayland? ( dev-libs/wayland ) - !sys-apps/renameutils -" + !sys-apps/renameutils" DEPEND=" ${RDEPEND} - test? ( dev-util/cmocka ) -" + test? ( dev-util/cmocka )" BDEPEND=" app-text/asciidoc -" + wayland? ( dev-util/wayland-scanner )" src_prepare() { default