Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/
Date: Thu, 22 Mar 2018 10:32:04
Message-Id: 1521714701.da686b7a10fa28d7de0d33845580551818400895.klausman@gentoo
1 commit: da686b7a10fa28d7de0d33845580551818400895
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 10:31:41 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 10:31:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da686b7a
7
8 net-libs/liboping: Mark both slots stable on alpha
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/liboping/liboping-1.10.0.ebuild | 4 ++--
13 net-libs/liboping/liboping-1.9.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/liboping/liboping-1.10.0.ebuild b/net-libs/liboping/liboping-1.10.0.ebuild
17 index b88e223a175..8f0bc99aa44 100644
18 --- a/net-libs/liboping/liboping-1.10.0.ebuild
19 +++ b/net-libs/liboping/liboping-1.10.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -11,7 +11,7 @@ SRC_URI="https://noping.cc/files/${P}.tar.bz2"
27
28 LICENSE="LGPL-2.1 GPL-2"
29 SLOT="0/0.3"
30 -KEYWORDS="amd64 arm x86"
31 +KEYWORDS="alpha amd64 arm x86"
32 IUSE="+filecaps ncurses perl"
33
34 DEPEND="ncurses? ( sys-libs/ncurses:0= )"
35
36 diff --git a/net-libs/liboping/liboping-1.9.0.ebuild b/net-libs/liboping/liboping-1.9.0.ebuild
37 index 38199e61630..789d2a74926 100644
38 --- a/net-libs/liboping/liboping-1.9.0.ebuild
39 +++ b/net-libs/liboping/liboping-1.9.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="6"
46 @@ -11,7 +11,7 @@ SRC_URI="https://noping.cc/files/${P}.tar.bz2"
47
48 LICENSE="LGPL-2.1 GPL-2"
49 SLOT="0/0.2"
50 -KEYWORDS="amd64 arm x86"
51 +KEYWORDS="alpha amd64 arm x86"
52 IUSE="+filecaps ncurses perl"
53
54 DEPEND="ncurses? ( sys-libs/ncurses:0= )"