Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/slony1/
Date: Tue, 12 Dec 2017 21:59:07
Message-Id: 1513115933.e08edad4e0a244c3fbfcb2bff041472ab77a5a79.titanofold@gentoo
1 commit: e08edad4e0a244c3fbfcb2bff041472ab77a5a79
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 21:57:15 2017 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 21:58:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08edad4
7
8 dev-db/slony1: Restrict Test
9
10 Closes: https://bugs.gentoo.org/624416
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 dev-db/slony1/slony1-2.2.6.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-db/slony1/slony1-2.2.6.ebuild b/dev-db/slony1/slony1-2.2.6.ebuild
17 index 59ee59bcec1..c165df4a991 100644
18 --- a/dev-db/slony1/slony1-2.2.6.ebuild
19 +++ b/dev-db/slony1/slony1-2.2.6.ebuild
20 @@ -30,6 +30,8 @@ RDEPEND=${DEPEND}
21
22 REQUIRE_USE="${POSTGRES_REQ_USE}"
23
24 +RESTRICT="test"
25 +
26 src_configure() {
27 local slot_bin_dir="/usr/$(get_libdir)/postgresql-@PG_SLOT@/bin"
28 use perl && myconf=" --with-perltools=\"${slot_bin_dir}\""