commit:     1cf529354067637dbed5a3babfd75c0fca91e652
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jul 14 18:57:55 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 19:34:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf52935

games-emulation/mamory: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31883
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-emulation/mamory/mamory-0.2.25-r1.ebuild | 13 ++++++-------
 1 file 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() {

Reply via email to