From 8d53db0b2e75d40b4e5dee316647cd3d531051fd Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 20 Aug 2019 23:13:40 +0200 Subject: games-strategy/wesnoth: Only keyword release versions Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Lars Wendler --- games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 5 ++++- games-strategy/wesnoth/wesnoth-1.15.0.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild index e0b1b37602ec..e4bfda3bc803 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild @@ -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=" diff --git a/games-strategy/wesnoth/wesnoth-1.15.0.ebuild b/games-strategy/wesnoth/wesnoth-1.15.0.ebuild index 6ab67dcc94a9..f45abfd28f22 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.0.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.0.ebuild @@ -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=" -- cgit v1.2.3-65-gdbad