diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-03 00:59:07 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-03 00:59:07 +0100 |
commit | b2240617e40caf87c8317596ca7c22cb1c2c80bd (patch) | |
tree | 6f102731bb6c41bd9649151ae2a8bade0241535d /net-im/libcommuni | |
parent | x11-misc/j4-dmenu-desktop: add missing RESTRICT="!test? ( test )" (diff) | |
download | gentoo-b2240617e40caf87c8317596ca7c22cb1c2c80bd.tar.gz gentoo-b2240617e40caf87c8317596ca7c22cb1c2c80bd.tar.bz2 gentoo-b2240617e40caf87c8317596ca7c22cb1c2c80bd.zip |
net-im/libcommuni: add missing missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/libcommuni')
-rw-r--r-- | net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild | 1 | ||||
-rw-r--r-- | net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild b/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild index 1d66a904764e..a43946947bff 100644 --- a/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild +++ b/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" IUSE="qml test +uchardet" +RESTRICT="!test? ( test )" RDEPEND=" dev-qt/qtcore:5 diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild b/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild index 484a8cc0e917..4a82b9b4dff7 100644 --- a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild +++ b/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples qml test +uchardet" +RESTRICT="!test? ( test )" RDEPEND=" dev-qt/qtcore:5 |