Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imv/
Date: Sun, 05 Jan 2020 13:01:42
Message-Id: 1578229296.69b5a84f4fe6c3ad6dd7dfdc53319c8be1ccc484.jer@gentoo
1 commit: 69b5a84f4fe6c3ad6dd7dfdc53319c8be1ccc484
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 12:49:01 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 13:01:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b5a84f
7
8 media-gfx/imv: Set IUSE=+svg as per upstream default
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 media-gfx/imv/imv-4.0.1.ebuild | 2 +-
14 media-gfx/imv/imv-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-gfx/imv/imv-4.0.1.ebuild b/media-gfx/imv/imv-4.0.1.ebuild
18 index b14728fdfa6..4d2707d4a79 100644
19 --- a/media-gfx/imv/imv-4.0.1.ebuild
20 +++ b/media-gfx/imv/imv-4.0.1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="MIT-with-advertising"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="X +freeimage jpeg png svg test tiff wayland"
26 +IUSE="X +freeimage jpeg png +svg test tiff wayland"
27 RESTRICT="!test? ( test )"
28 REQUIRED_USE="
29 || ( X wayland )
30
31 diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild
32 index 74096054abb..187fdfc569b 100644
33 --- a/media-gfx/imv/imv-9999.ebuild
34 +++ b/media-gfx/imv/imv-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/eXeC64/imv"
42 LICENSE="MIT-with-advertising"
43 SLOT="0"
44 KEYWORDS=""
45 -IUSE="X +freeimage jpeg png svg test tiff wayland"
46 +IUSE="X +freeimage jpeg png +svg test tiff wayland"
47 RESTRICT="!test? ( test )"
48 REQUIRED_USE="
49 || ( X wayland )