diff options
Diffstat (limited to 'dev-python/slixmpp/slixmpp-1.4.0.ebuild')
-rw-r--r-- | dev-python/slixmpp/slixmpp-1.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/slixmpp/slixmpp-1.4.0.ebuild b/dev-python/slixmpp/slixmpp-1.4.0.ebuild index be8cfcfecb51..5fa849c70abc 100644 --- a/dev-python/slixmpp/slixmpp-1.4.0.ebuild +++ b/dev-python/slixmpp/slixmpp-1.4.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=7 @@ -11,6 +11,7 @@ HOMEPAGE="https://dev.louiz.org/projects/slixmpp" LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git" |