diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-10-19 17:53:47 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-10-19 13:39:19 -0400 |
commit | ec4a75acee8f68d7a673a1432d3e9d3ae6027881 (patch) | |
tree | 72559d9b27c764648ef4c72309e88a82df1e5885 /net-libs/serf | |
parent | dev-python/protobuf-python: Stabilize 3.6.1 on amd64/x86. (diff) | |
download | gentoo-ec4a75acee8f68d7a673a1432d3e9d3ae6027881.tar.gz gentoo-ec4a75acee8f68d7a673a1432d3e9d3ae6027881.tar.bz2 gentoo-ec4a75acee8f68d7a673a1432d3e9d3ae6027881.zip |
net-libs/serf: Restrict tests.
Closes: https://bugs.gentoo.org/616394
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs/serf')
-rw-r--r-- | net-libs/serf/serf-1.3.8-r1.ebuild | 3 | ||||
-rw-r--r-- | net-libs/serf/serf-1.3.8.ebuild | 3 | ||||
-rw-r--r-- | net-libs/serf/serf-1.3.9.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/serf/serf-1.3.8-r1.ebuild b/net-libs/serf/serf-1.3.8-r1.ebuild index 4fad8345c3b0..7d6405b86653 100644 --- a/net-libs/serf/serf-1.3.8-r1.ebuild +++ b/net-libs/serf/serf-1.3.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,6 +13,7 @@ LICENSE="Apache-2.0" SLOT="1" KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="kerberos static-libs libressl" +RESTRICT="test" RDEPEND="dev-libs/apr:1= dev-libs/apr-util:1= diff --git a/net-libs/serf/serf-1.3.8.ebuild b/net-libs/serf/serf-1.3.8.ebuild index e5e7ae30a441..b0d5faed2f3f 100644 --- a/net-libs/serf/serf-1.3.8.ebuild +++ b/net-libs/serf/serf-1.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,6 +13,7 @@ LICENSE="Apache-2.0" SLOT="1" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="kerberos" +RESTRICT="test" RDEPEND="dev-libs/apr:1= dev-libs/apr-util:1= diff --git a/net-libs/serf/serf-1.3.9.ebuild b/net-libs/serf/serf-1.3.9.ebuild index 031df82e090b..66d367644854 100644 --- a/net-libs/serf/serf-1.3.9.ebuild +++ b/net-libs/serf/serf-1.3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 2008-2018 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,6 +13,7 @@ LICENSE="Apache-2.0" SLOT="1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="kerberos static-libs libressl" +RESTRICT="test" RDEPEND="dev-libs/apr:1= dev-libs/apr-util:1= |