Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/
Date: Tue, 20 Aug 2019 21:14:40
Message-Id: 1566335672.8d53db0b2e75d40b4e5dee316647cd3d531051fd.polynomial-c@gentoo
1 commit: 8d53db0b2e75d40b4e5dee316647cd3d531051fd
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 20 21:13:40 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 20 21:14:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d53db0b
7
8 games-strategy/wesnoth: Only keyword release versions
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 5 ++++-
14 games-strategy/wesnoth/wesnoth-1.15.0.ebuild | 5 ++++-
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild
18 index e0b1b37602e..e4bfda3bc80 100644
19 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild
20 +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild
21 @@ -11,7 +11,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
26 +# uneven minor versions are development versions
27 +if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
28 + KEYWORDS="~amd64 ~x86 ~x86-fbsd"
29 +fi
30 IUSE="dbus dedicated doc fribidi libressl nls openmp server"
31
32 RDEPEND="
33
34 diff --git a/games-strategy/wesnoth/wesnoth-1.15.0.ebuild b/games-strategy/wesnoth/wesnoth-1.15.0.ebuild
35 index 6ab67dcc94a..f45abfd28f2 100644
36 --- a/games-strategy/wesnoth/wesnoth-1.15.0.ebuild
37 +++ b/games-strategy/wesnoth/wesnoth-1.15.0.ebuild
38 @@ -11,7 +11,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 -#KEYWORDS="~amd64 ~x86 ~x86-fbsd"
43 +# uneven minor versions are development versions
44 +if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
45 + KEYWORDS="~amd64 ~x86 ~x86-fbsd"
46 +fi
47 IUSE="dbus dedicated doc fribidi libressl nls server"
48
49 RDEPEND="