games-strategy/wesnoth: Only keyword release versions

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-08-20 23:13:40 +02:00
parent 040a4d89f8
commit 8d53db0b2e
2 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
# uneven minor versions are development versions
if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
fi
IUSE="dbus dedicated doc fribidi libressl nls openmp server"
RDEPEND="

View File

@@ -11,7 +11,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~amd64 ~x86 ~x86-fbsd"
# uneven minor versions are development versions
if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
fi
IUSE="dbus dedicated doc fribidi libressl nls server"
RDEPEND="