diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-15 14:56:59 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-07-15 14:56:59 +0200 |
commit | d01077a669539b98fbaf8209345039b67cf627d8 (patch) | |
tree | 9b2e6aebeb01691dd3614d38960da84b13a3953f /media-sound/qmmp | |
parent | dev-python/pillow: Spawn one virtx for all testing (diff) | |
download | gentoo-d01077a669539b98fbaf8209345039b67cf627d8.tar.gz gentoo-d01077a669539b98fbaf8209345039b67cf627d8.tar.bz2 gentoo-d01077a669539b98fbaf8209345039b67cf627d8.zip |
media-sound/qmmp: [QA] Downgrade to EAPI 6.
subversion.eclass support for EAPI 7 is broken and will be reverted.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-sound/qmmp')
-rw-r--r-- | media-sound/qmmp/qmmp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 13f7bd0c2f20..dbd1d42abd96 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-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 cmake-utils xdg-utils [[ ${PV} = 9999 ]] && inherit subversion |