games-util/roll: enable tests

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto 2022-10-24 15:08:10 +02:00
parent aea5b46393
commit be3317a732
No known key found for this signature in database
GPG Key ID: C44BA4D73A21E89F

View File

@ -8,9 +8,12 @@ HOMEPAGE="http://matteocorti.github.io/roll/"
SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz" SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
IUSE="test"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
DEPEND="" DEPEND=""
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND="" BDEPEND=""
RESTRICT="!test? ( test )"