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 E7B3C13835A 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 29D8FE082B; Fri, 26 Mar 2021 15:55:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 11AE5E082B for ; Fri, 26 Mar 2021 15:55:03 +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 0FAD6340E26 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 A29075D2 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: <1616774086.1d675f68c972a5a3fb248fcfb4fe5c80b821edff.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-4.2.0.ebuild X-VCS-Directories: media-gfx/imv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d675f68c972a5a3fb248fcfb4fe5c80b821edff 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: fac3397c-c4b5-481c-a3b7-d0663fa5c292 X-Archives-Hash: 1710703050ec5dca55301fc8772ad882 commit: 1d675f68c972a5a3fb248fcfb4fe5c80b821edff Author: Ionen Wolkens gmail com> AuthorDate: Wed Mar 24 18:18:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 26 15:54:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d675f68 media-gfx/imv: add wayland-scanner bdep, minor style fixes Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: Sam James gentoo.org> media-gfx/imv/imv-4.2.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-gfx/imv/imv-4.2.0.ebuild b/media-gfx/imv/imv-4.2.0.ebuild index 25863200b0b..c3beeda396a 100644 --- a/media-gfx/imv/imv-4.2.0.ebuild +++ b/media-gfx/imv/imv-4.2.0.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 )" PATCHES=( "${FILESDIR}/${PN}-4.2.0-add-string-inc.patch"