Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tapi/
Date: Wed, 06 Jan 2021 15:35:40
Message-Id: 1609947305.c0a3702a2ec1541b35347c8ee1ff0437f714d4dd.grobian@gentoo
1 commit: c0a3702a2ec1541b35347c8ee1ff0437f714d4dd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:35:05 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:35:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a3702a
7
8 sys-libs/tapi: 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 sys-libs/tapi/tapi-1.30.ebuild | 4 ++--
14 sys-libs/tapi/tapi-2.0.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-libs/tapi/tapi-1.30.ebuild b/sys-libs/tapi/tapi-1.30.ebuild
18 index c3f24900a40..1b087540133 100644
19 --- a/sys-libs/tapi/tapi-1.30.ebuild
20 +++ b/sys-libs/tapi/tapi-1.30.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ S="${WORKDIR}/lib${P}"
28
29 LICENSE="|| ( UoI-NCSA MIT )"
30 SLOT="0"
31 -KEYWORDS="~x64-macos ~x86-macos"
32 +KEYWORDS="~x64-macos"
33
34 DOCS=( Readme.md )
35
36
37 diff --git a/sys-libs/tapi/tapi-2.0.0.ebuild b/sys-libs/tapi/tapi-2.0.0.ebuild
38 index a789277cf7a..1eb844c2cde 100644
39 --- a/sys-libs/tapi/tapi-2.0.0.ebuild
40 +++ b/sys-libs/tapi/tapi-2.0.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -46,7 +46,7 @@ fi
48
49 LICENSE="|| ( UoI-NCSA MIT )"
50 SLOT="0"
51 -KEYWORDS="~x64-macos ~x86-macos"
52 +KEYWORDS="~x64-macos"
53
54 DEPEND="sys-devel/llvm:=
55 sys-devel/clang:="