Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclx/
Date: Wed, 06 Jan 2021 22:33:20
Message-Id: 1609972370.532831434bfc93c7dbef9eccad3043f3d797f396.grobian@gentoo
1 commit: 532831434bfc93c7dbef9eccad3043f3d797f396
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 22:32:50 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 22:32:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53283143
7
8 dev-tcltk/tclx: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-tcltk/tclx/tclx-8.4.1.ebuild | 4 ++--
14 dev-tcltk/tclx/tclx-8.4.4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-tcltk/tclx/tclx-8.4.1.ebuild b/dev-tcltk/tclx/tclx-8.4.1.ebuild
18 index 6ce5cc26795..96b6c636264 100644
19 --- a/dev-tcltk/tclx/tclx-8.4.1.ebuild
20 +++ b/dev-tcltk/tclx/tclx-8.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tclx/${PN}${PV}.tar.bz2"
28 LICENSE="BSD"
29 IUSE="tk threads"
30 SLOT="0"
31 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
32 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
33
34 DEPEND="
35 dev-lang/tcl:0=
36
37 diff --git a/dev-tcltk/tclx/tclx-8.4.4.ebuild b/dev-tcltk/tclx/tclx-8.4.4.ebuild
38 index cbc91e94b9c..3f064b64464 100644
39 --- a/dev-tcltk/tclx/tclx-8.4.4.ebuild
40 +++ b/dev-tcltk/tclx/tclx-8.4.4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/flightaware/${PN}/archive/v${PV}.tar.gz
48 LICENSE="BSD"
49 IUSE="threads"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
52 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
53
54 DEPEND="dev-lang/tcl:0="
55 RDEPEND="${DEPEND}"