Install this version:
emerge -a =games-util/roll-2.6.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/roll-2.6.1
Or alternatively:
emerge --autounmask-write -a =games-util/roll-2.6.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.6.1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Program to roll dices specified in a simple and intuitive way"
HOMEPAGE="http://matteocorti.github.io/roll/"
SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="${DEPEND}"
Manage flags for this package:
euse -i <flag> -p games-util/roll |
euse -E <flag> -p games-util/roll |
euse -D <flag> -p games-util/roll
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | roll-2.6.1.tar.gz | 160521 bytes | https://github.com/matteocorti/roll/releases/download/v2.6.1/roll-2.6.1.tar.gz |