Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/
Date: Sun, 18 Aug 2019 07:04:59
Message-Id: 1566111882.7ad680707d92549830aeef412ba94f7d99bd4237.ulm@gentoo
1 commit: 7ad680707d92549830aeef412ba94f7d99bd4237
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 07:02:46 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 07:04:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad68070
7
8 app-text/dvipng: Add conditional test restriction.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-text/dvipng/dvipng-1.15-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-text/dvipng/dvipng-1.15-r1.ebuild b/app-text/dvipng/dvipng-1.15-r1.ebuild
17 index af72b049c50..a7c56c1005f 100644
18 --- a/app-text/dvipng/dvipng-1.15-r1.ebuild
19 +++ b/app-text/dvipng/dvipng-1.15-r1.ebuild
20 @@ -13,6 +13,7 @@ LICENSE="LGPL-3+ Texinfo-manual"
21 SLOT="0"
22 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
23 IUSE="truetype test"
24 +RESTRICT="!test? ( test )"
25
26 RDEPEND="
27 >=dev-libs/kpathsea-6.2.1:=