diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-14 20:57:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-23 21:34:35 +0200 |
commit | 1cf529354067637dbed5a3babfd75c0fca91e652 (patch) | |
tree | f875eda3c9d1f6016a90a909c273f7420d4a3aae /games-emulation | |
parent | app-misc/logiops: add 0.3.3 (diff) | |
download | gentoo-1cf529354067637dbed5a3babfd75c0fca91e652.tar.gz gentoo-1cf529354067637dbed5a3babfd75c0fca91e652.tar.bz2 gentoo-1cf529354067637dbed5a3babfd75c0fca91e652.zip |
games-emulation/mamory: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31883
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mamory/mamory-0.2.25-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-emulation/mamory/mamory-0.2.25-r1.ebuild b/games-emulation/mamory/mamory-0.2.25-r1.ebuild index cccd915c6f27..a869f3eea1a9 100644 --- a/games-emulation/mamory/mamory-0.2.25-r1.ebuild +++ b/games-emulation/mamory/mamory-0.2.25-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit autotools flag-o-matic DESCRIPTION="ROM management tools and library" -HOMEPAGE="http://mamory.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/mamory/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="dev-libs/expat" RDEPEND="${DEPEND}" @@ -40,8 +40,7 @@ src_prepare() { src_configure() { econf \ - --includedir=/usr/include \ - --disable-static + --includedir="${EPREFIX}"/usr/include } src_install() { |