From 54b9da065caa76983f853c8010fce4650172470e Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 19 Oct 2009 08:30:53 +0000 Subject: RESTRICT="test" wrt #277956. (Portage version: 2.2_rc46/cvs/Linux x86_64) --- net-libs/gupnp-igd/ChangeLog | 6 +++++- net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'net-libs/gupnp-igd') diff --git a/net-libs/gupnp-igd/ChangeLog b/net-libs/gupnp-igd/ChangeLog index 77cc06c6e026..a39b84ac046f 100644 --- a/net-libs/gupnp-igd/ChangeLog +++ b/net-libs/gupnp-igd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gupnp-igd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.7 2009/10/19 00:57:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.8 2009/10/19 08:30:53 ssuominen Exp $ + + 19 Oct 2009; Samuli Suominen + gupnp-igd-0.1.3.ebuild: + RESTRICT="test" wrt #277956. 19 Oct 2009; Christian Faulhammer gupnp-igd-0.1.3.ebuild: diff --git a/net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild index 228a06fbbc36..2505cccdcfa7 100644 --- a/net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild +++ b/net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild,v 1.7 2009/10/19 00:57:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.3.ebuild,v 1.8 2009/10/19 08:30:53 ssuominen Exp $ EAPI=2 @@ -20,6 +20,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/gettext" +# See bug 277956. Remove from next ebuild, when gupnp-0.13 support is available. +RESTRICT="test" + src_configure() { econf \ --disable-dependency-tracking \ @@ -27,6 +30,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dodoc AUTHORS NEWS README TODO } -- cgit v1.2.3-65-gdbad