Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnet/
Date: Thu, 07 Jan 2021 04:10:27
Message-Id: 1609992593.e8306edc3efdae38c8890632c288b13bdc5b3f84.sam@gentoo
1 commit: e8306edc3efdae38c8890632c288b13bdc5b3f84
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 04:09:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 04:09:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8306edc
7
8 dev-libs/libdnet: unrestrict tests
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libdnet/libdnet-1.14-r2.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
17 index 86d95c40f66..2938cfe88b8 100644
18 --- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
19 +++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
20 @@ -18,6 +18,7 @@ SLOT="0"
21 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
22 IUSE="python test"
23 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24 +RESTRICT="!test? ( test )"
25
26 DEPEND="python? ( ${PYTHON_DEPS} )"
27 RDEPEND="${DEPEND}"
28 @@ -27,8 +28,6 @@ BDEPEND="
29 )
30 "
31
32 -RESTRICT="test"
33 -
34 DOCS=( README.md THANKS )
35
36 PATCHES=(