diff options
author | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2022-10-24 15:08:10 +0200 |
---|---|---|
committer | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2022-10-24 15:14:38 +0200 |
commit | be3317a732e4df44db84be64d2abcc3edf302d6e (patch) | |
tree | 07cc2b0208c10874c20335d4b977bef081c0b16d /games-util/roll | |
parent | kde-apps/tokodon: add 22.09, drop 22.02 (diff) | |
download | guru-be3317a732e4df44db84be64d2abcc3edf302d6e.tar.gz guru-be3317a732e4df44db84be64d2abcc3edf302d6e.tar.bz2 guru-be3317a732e4df44db84be64d2abcc3edf302d6e.zip |
games-util/roll: enable tests
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'games-util/roll')
-rw-r--r-- | games-util/roll/roll-2.6.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games-util/roll/roll-2.6.1.ebuild b/games-util/roll/roll-2.6.1.ebuild index 0fcd5e219..b28f819c0 100644 --- a/games-util/roll/roll-2.6.1.ebuild +++ b/games-util/roll/roll-2.6.1.ebuild @@ -8,9 +8,12 @@ HOMEPAGE="http://matteocorti.github.io/roll/" SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" +IUSE="test" SLOT="0" KEYWORDS="~amd64" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" + +RESTRICT="!test? ( test )" |