Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sun, 07 May 2017 18:39:50
Message-Id: 1494182380.080246df65f36207c60eff54397bf432a860e73d.floppym@gentoo
1 commit: 080246df65f36207c60eff54397bf432a860e73d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 18:26:18 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 18:39:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080246df
7
8 dev-util/pkgconf: enable testing
9
10 Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
11
12 dev-util/pkgconf/pkgconf-1.3.5.ebuild | 16 +++++++++++-----
13 dev-util/pkgconf/pkgconf-9999.ebuild | 16 +++++++++++-----
14 2 files changed, 22 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-util/pkgconf/pkgconf-1.3.5.ebuild b/dev-util/pkgconf/pkgconf-1.3.5.ebuild
17 index 8161648cd17..e616d6b2b7c 100644
18 --- a/dev-util/pkgconf/pkgconf-1.3.5.ebuild
19 +++ b/dev-util/pkgconf/pkgconf-1.3.5.ebuild
20 @@ -18,18 +18,24 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf"
21
22 LICENSE="BSD-1"
23 SLOT="0"
24 -IUSE="+pkg-config"
25 +IUSE="+pkg-config test"
26
27 # tests require 'kyua'
28 -RESTRICT="test"
29 +RESTRICT="!test? ( test )"
30
31 -DEPEND=""
32 -RDEPEND="${DEPEND}
33 +DEPEND="
34 + test? (
35 + dev-libs/atf
36 + dev-util/kyua
37 + )
38 +"
39 +RDEPEND="
40 pkg-config? (
41 !dev-util/pkgconfig
42 !dev-util/pkg-config-lite
43 !dev-util/pkgconfig-openbsd[pkg-config]
44 - )"
45 + )
46 +"
47
48 MULTILIB_CHOST_TOOLS=(
49 /usr/bin/pkgconf
50
51 diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
52 index 8161648cd17..e616d6b2b7c 100644
53 --- a/dev-util/pkgconf/pkgconf-9999.ebuild
54 +++ b/dev-util/pkgconf/pkgconf-9999.ebuild
55 @@ -18,18 +18,24 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf"
56
57 LICENSE="BSD-1"
58 SLOT="0"
59 -IUSE="+pkg-config"
60 +IUSE="+pkg-config test"
61
62 # tests require 'kyua'
63 -RESTRICT="test"
64 +RESTRICT="!test? ( test )"
65
66 -DEPEND=""
67 -RDEPEND="${DEPEND}
68 +DEPEND="
69 + test? (
70 + dev-libs/atf
71 + dev-util/kyua
72 + )
73 +"
74 +RDEPEND="
75 pkg-config? (
76 !dev-util/pkgconfig
77 !dev-util/pkg-config-lite
78 !dev-util/pkgconfig-openbsd[pkg-config]
79 - )"
80 + )
81 +"
82
83 MULTILIB_CHOST_TOOLS=(
84 /usr/bin/pkgconf