diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2019-11-17 15:14:44 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2019-11-17 15:19:25 +0100 |
commit | 5a1fd4ed569a947f7d2c2e912d5a21fa2110245d (patch) | |
tree | fbc85dec242726f1af86dfd08e985dbe574c1da7 /media-radio/tlf | |
parent | dev-util/itstool: bump to 2.0.6, use python3 (diff) | |
download | gentoo-5a1fd4ed569a947f7d2c2e912d5a21fa2110245d.tar.gz gentoo-5a1fd4ed569a947f7d2c2e912d5a21fa2110245d.tar.bz2 gentoo-5a1fd4ed569a947f7d2c2e912d5a21fa2110245d.zip |
media-radio/tlf: Fix missing RESTRICT="!test ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/tlf')
-rw-r--r-- | media-radio/tlf/tlf-1.4.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild index c90d371f9458..5f950b40696f 100644 --- a/media-radio/tlf/tlf-1.4.0.ebuild +++ b/media-radio/tlf/tlf-1.4.0.ebuild @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND="sys-libs/ncurses:= dev-libs/glib:2 media-libs/hamlib |