diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-01-27 10:59:23 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-01-27 10:59:38 -0500 |
commit | 5476ecd5c13f1fddd6ba6a5b1cfebe67bd9cedfc (patch) | |
tree | f136e3e36e87efb5d9f3ba1a20b7f3c8778d2f8a /sys-libs/musl | |
parent | mail-mta/courier: Allow co-installation with ssmtp/msmtp. (diff) | |
download | gentoo-5476ecd5c13f1fddd6ba6a5b1cfebe67bd9cedfc.tar.gz gentoo-5476ecd5c13f1fddd6ba6a5b1cfebe67bd9cedfc.tar.bz2 gentoo-5476ecd5c13f1fddd6ba6a5b1cfebe67bd9cedfc.zip |
sys-libs/musl: drop back to EAPI=6
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/musl-1.1.21.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/musl/musl-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/musl/musl-1.1.21.ebuild b/sys-libs/musl/musl-1.1.21.ebuild index c2bf734321d2..22f16fa8bfb0 100644 --- a/sys-libs/musl/musl-1.1.21.ebuild +++ b/sys-libs/musl/musl-1.1.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit eutils flag-o-matic multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild index c2bf734321d2..22f16fa8bfb0 100644 --- a/sys-libs/musl/musl-9999.ebuild +++ b/sys-libs/musl/musl-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit eutils flag-o-matic multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then |