From e08edad4e0a244c3fbfcb2bff041472ab77a5a79 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Tue, 12 Dec 2017 16:57:15 -0500 Subject: dev-db/slony1: Restrict Test Closes: https://bugs.gentoo.org/624416 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- dev-db/slony1/slony1-2.2.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-db/slony1/slony1-2.2.6.ebuild') diff --git a/dev-db/slony1/slony1-2.2.6.ebuild b/dev-db/slony1/slony1-2.2.6.ebuild index 59ee59bcec1c..c165df4a991b 100644 --- a/dev-db/slony1/slony1-2.2.6.ebuild +++ b/dev-db/slony1/slony1-2.2.6.ebuild @@ -30,6 +30,8 @@ RDEPEND=${DEPEND} REQUIRE_USE="${POSTGRES_REQ_USE}" +RESTRICT="test" + src_configure() { local slot_bin_dir="/usr/$(get_libdir)/postgresql-@PG_SLOT@/bin" use perl && myconf=" --with-perltools=\"${slot_bin_dir}\"" -- cgit v1.2.3-65-gdbad