Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tclap/
Date: Sun, 29 Nov 2020 08:09:17
Message-Id: 1606637144.76d8a233aa581e0be67d65c1777feb2c3c035da4.juippis@gentoo
1 commit: 76d8a233aa581e0be67d65c1777feb2c3c035da4
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 08:05:44 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 08:05:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d8a233
7
8 dev-cpp/tclap: stabilize 1.2.2 on x86
9
10 Bug: https://bugs.gentoo.org/757423
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-cpp/tclap/tclap-1.2.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/tclap/tclap-1.2.2.ebuild b/dev-cpp/tclap/tclap-1.2.2.ebuild
17 index 53fcd8f8595..66d620e1d75 100644
18 --- a/dev-cpp/tclap/tclap-1.2.2.ebuild
19 +++ b/dev-cpp/tclap/tclap-1.2.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux"
32 IUSE="doc"
33
34 DEPEND="doc? ( app-doc/doxygen )"