Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/
Date: Sun, 27 Jan 2019 15:59:52
Message-Id: 1548604778.5476ecd5c13f1fddd6ba6a5b1cfebe67bd9cedfc.blueness@gentoo
1 commit: 5476ecd5c13f1fddd6ba6a5b1cfebe67bd9cedfc
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:59:23 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 15:59:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5476ecd5
7
8 sys-libs/musl: drop back to EAPI=6
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-libs/musl/musl-1.1.21.ebuild | 2 +-
14 sys-libs/musl/musl-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-libs/musl/musl-1.1.21.ebuild b/sys-libs/musl/musl-1.1.21.ebuild
18 index c2bf734321d..22f16fa8bfb 100644
19 --- a/sys-libs/musl/musl-1.1.21.ebuild
20 +++ b/sys-libs/musl/musl-1.1.21.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=6
27
28 inherit eutils flag-o-matic multilib toolchain-funcs
29 if [[ ${PV} == "9999" ]] ; then
30
31 diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild
32 index c2bf734321d..22f16fa8bfb 100644
33 --- a/sys-libs/musl/musl-9999.ebuild
34 +++ b/sys-libs/musl/musl-9999.ebuild
35 @@ -1,7 +1,7 @@
36 # Copyright 1999-2019 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=6
41
42 inherit eutils flag-o-matic multilib toolchain-funcs
43 if [[ ${PV} == "9999" ]] ; then