commit: 2054f56a376555262a81ac74b153cb97d2085c85 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 19 04:08:35 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 19 04:30:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2054f56a
app-misc/aldo: update EAPI 5 -> 7 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/aldo/aldo-0.7.7.ebuild | 7 ++----- 1 file 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 d4a4f66971c..9aab66cb2ca 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}" }
