diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 04:08:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 04:30:54 +0000 |
commit | 2054f56a376555262a81ac74b153cb97d2085c85 (patch) | |
tree | 2db13d243a1a956e3cbd3619da271d1d753fc59d /app-misc | |
parent | dev-libs/eventlog: port to EAPI 7 (diff) | |
download | gentoo-2054f56a376555262a81ac74b153cb97d2085c85.tar.gz gentoo-2054f56a376555262a81ac74b153cb97d2085c85.tar.bz2 gentoo-2054f56a376555262a81ac74b153cb97d2085c85.zip |
app-misc/aldo: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/aldo/aldo-0.7.7.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-misc/aldo/aldo-0.7.7.ebuild b/app-misc/aldo/aldo-0.7.7.ebuild index d4a4f66971ce..9aab66cb2ca6 100644 --- a/app-misc/aldo/aldo-0.7.7.ebuild +++ b/app-misc/aldo/aldo-0.7.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A morse tutor" HOMEPAGE="https://www.nongnu.org/aldo/" @@ -10,13 +10,10 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND=">=media-libs/libao-0.8.5" DEPEND="${RDEPEND}" -DOCS=( AUTHORS ChangeLog NEWS README THANKS ) - src_compile() { emake LDFLAGS="${LDFLAGS}" } |