Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/
Date: Mon, 08 Oct 2018 19:03:57
Message-Id: 1539025408.963f3100e6261714ae26367937f539db14e73d53.zlogene@gentoo
1 commit: 963f3100e6261714ae26367937f539db14e73d53
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 18:52:31 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 19:03:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963f3100
7
8 dev-libs/girara: Move to the zero slot
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-libs/girara/girara-0.2.8.ebuild | 4 ++--
14 dev-libs/girara/girara-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/girara/girara-0.2.8.ebuild b/dev-libs/girara/girara-0.2.8.ebuild
18 index f8ff7c98236..1098c77dd33 100644
19 --- a/dev-libs/girara/girara-0.2.8.ebuild
20 +++ b/dev-libs/girara/girara-0.2.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
28 EGIT_BRANCH="develop"
29
30 LICENSE="ZLIB"
31 -SLOT="3"
32 +SLOT="0"
33 if ! [[ ${PV} == 9999* ]]; then
34 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
35 fi
36
37 diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-9999.ebuild
38 index 28df72617d4..d4db899b191 100644
39 --- a/dev-libs/girara/girara-9999.ebuild
40 +++ b/dev-libs/girara/girara-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
48 EGIT_BRANCH="develop"
49
50 LICENSE="ZLIB"
51 -SLOT="3"
52 +SLOT="0"
53 if ! [[ ${PV} == 9999* ]]; then
54 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
55 else