Add restrict to prevent mod_proxy_html being searched on gentoo mirrors

This commit is contained in:
2011-08-02 18:06:41 +00:00
parent ffda529d1d
commit 0f42f89960

View File

@@ -7,6 +7,8 @@ inherit apache-module
DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy."
HOMEPAGE="http://apache.webthing.com/mod_proxy_html/"
SRC_URI="http://apache.webthing.com/mod_proxy_html/${P}.tar.bz2"
# Source is not currently available on the gentoo mirrors
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"