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/csu/
Date: Wed, 06 Jan 2021 15:35:38
Message-Id: 1609947226.ed4d1de9728f743fd8e072bd896c76078bf5e20c.grobian@gentoo
1 commit: ed4d1de9728f743fd8e072bd896c76078bf5e20c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:33:46 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:33:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4d1de9
7
8 sys-libs/csu: 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/csu/csu-79.ebuild | 4 ++--
14 sys-libs/csu/csu-85-r1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-libs/csu/csu-79.ebuild b/sys-libs/csu/csu-79.ebuild
18 index 465515a1d79..c0261b5457a 100644
19 --- a/sys-libs/csu/csu-79.ebuild
20 +++ b/sys-libs/csu/csu-79.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=5
27 @@ -10,7 +10,7 @@ SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz"
28 LICENSE="APSL-2"
29
30 SLOT="0"
31 -KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="~ppc-macos ~x64-macos"
33 IUSE=""
34 S=${WORKDIR}/Csu-${PV}
35
36
37 diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild
38 index 8c9ad7d9a73..f5c3553c3da 100644
39 --- a/sys-libs/csu/csu-85-r1.ebuild
40 +++ b/sys-libs/csu/csu-85-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 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 @@ -12,7 +12,7 @@ SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz"
48 LICENSE="APSL-2"
49
50 SLOT="0"
51 -KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
52 +KEYWORDS="~ppc-macos ~x64-macos"
53 IUSE=""
54 S=${WORKDIR}/Csu-${PV}