diff options
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild index 8e7d6019e9eb..13145eeeef09 100644 --- a/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild +++ b/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Easy access to any pastebin" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+pastebin +browser clipboard github test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Load diff --git a/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild index d26fab003c8e..50cc839e5d8c 100644 --- a/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild +++ b/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Easy access to any pastebin" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+pastebin +browser clipboard gitlab test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Load |