diff options
Diffstat (limited to 'www-apps/blohg/blohg-0.13-r3.ebuild')
-rw-r--r-- | www-apps/blohg/blohg-0.13-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/blohg/blohg-0.13-r3.ebuild b/www-apps/blohg/blohg-0.13-r3.ebuild index f9a9daaf2eb1..f30c7c0ad0b4 100644 --- a/www-apps/blohg/blohg-0.13-r3.ebuild +++ b/www-apps/blohg/blohg-0.13-r3.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 @@ -26,6 +26,7 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="doc git +mercurial test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( git mercurial ) test? ( git mercurial )" |