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 C3479138346 for ; Sun, 5 Jan 2020 13:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2478E0966; Sun, 5 Jan 2020 13:01:41 +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 B9A7BE0966 for ; Sun, 5 Jan 2020 13:01:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C27734DDC4 for ; Sun, 5 Jan 2020 13:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1FAB0 for ; Sun, 5 Jan 2020 13:01:38 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1578229296.69b5a84f4fe6c3ad6dd7dfdc53319c8be1ccc484.jer@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.0.1.ebuild media-gfx/imv/imv-9999.ebuild X-VCS-Directories: media-gfx/imv/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 69b5a84f4fe6c3ad6dd7dfdc53319c8be1ccc484 X-VCS-Branch: master Date: Sun, 5 Jan 2020 13:01:38 +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: 6068c5ab-a0b9-4e47-8cd9-24241cd95747 X-Archives-Hash: 65f3af381a4fb73dd57fbb92c5edd036 commit: 69b5a84f4fe6c3ad6dd7dfdc53319c8be1ccc484 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 5 12:49:01 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 5 13:01:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b5a84f media-gfx/imv: Set IUSE=+svg as per upstream default Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> media-gfx/imv/imv-4.0.1.ebuild | 2 +- media-gfx/imv/imv-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/imv/imv-4.0.1.ebuild b/media-gfx/imv/imv-4.0.1.ebuild index b14728fdfa6..4d2707d4a79 100644 --- a/media-gfx/imv/imv-4.0.1.ebuild +++ b/media-gfx/imv/imv-4.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="X +freeimage jpeg png svg test tiff wayland" +IUSE="X +freeimage jpeg png +svg test tiff wayland" RESTRICT="!test? ( test )" REQUIRED_USE=" || ( X wayland ) diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild index 74096054abb..187fdfc569b 100644 --- a/media-gfx/imv/imv-9999.ebuild +++ b/media-gfx/imv/imv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/eXeC64/imv" LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="" -IUSE="X +freeimage jpeg png svg test tiff wayland" +IUSE="X +freeimage jpeg png +svg test tiff wayland" RESTRICT="!test? ( test )" REQUIRED_USE=" || ( X wayland )