diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-22 15:13:08 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-22 16:23:14 +0200 |
commit | f928074ece5b69c6c48cfe5b0a4d36fd2a5beae5 (patch) | |
tree | 3d00848979e537a04978efba976b8572e6a8d874 /media-libs/stops | |
parent | mail-client/neomutt: Version bump (diff) | |
download | gentoo-f928074ece5b69c6c48cfe5b0a4d36fd2a5beae5.tar.gz gentoo-f928074ece5b69c6c48cfe5b0a4d36fd2a5beae5.tar.bz2 gentoo-f928074ece5b69c6c48cfe5b0a4d36fd2a5beae5.zip |
media-libs/stops: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-libs/stops')
-rw-r--r-- | media-libs/stops/stops-0.3.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild index cbd327d7a9bc..38b07d1fdfcd 100644 --- a/media-libs/stops/stops-0.3.0-r1.ebuild +++ b/media-libs/stops/stops-0.3.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html" @@ -10,7 +10,6 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" src_install() { insinto /usr/share/${PN} |