diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-02-27 20:51:18 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-02-27 20:53:19 -0600 |
commit | 4c2c81ce7f192152a17d3262ab0c9b2168430ade (patch) | |
tree | cc7fab49c9ee7c8bcd4054f11c3911897bf09f13 /app-doc | |
parent | dev-lang/go: Add bootstrap tarball for Solaris for #575510 (diff) | |
download | gentoo-4c2c81ce7f192152a17d3262ab0c9b2168430ade.tar.gz gentoo-4c2c81ce7f192152a17d3262ab0c9b2168430ade.tar.bz2 gentoo-4c2c81ce7f192152a17d3262ab0c9b2168430ade.zip |
app-doc/doxygen: remove unnecessary RESTRICT="mirror", bug #564712
All components of the tarball can be freely distributed subject to the
GPL-2.
Gentoo-Bug: 564712
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.8.10-r1.ebuild | 4 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild index 54a13b32fc21..86e2e326d463 100644 --- a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -55,7 +55,7 @@ DEPEND="sys-apps/sed ${RDEPEND}" # src_test() defaults to make -C testing but there is no such directory (bug #504448) -RESTRICT="mirror test" +RESTRICT="test" EPATCH_SUFFIX="patch" get_langs() { diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index e26d99d9a325..22f3267d7229 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -56,7 +56,7 @@ DEPEND="sys-apps/sed ${RDEPEND}" # src_test() defaults to make -C testing but there is no such directory (bug #504448) -RESTRICT="mirror test" +RESTRICT="test" EPATCH_SUFFIX="patch" get_langs() { |