summaryrefslogtreecommitdiff
path: root/games-emulation/mamory/mamory-0.2.25-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-24 02:54:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-24 02:54:28 +0100
commit2995a1ea3e0d9c72087365b0278eb7b5f7a509fd (patch)
treee640a2eca99555fab882bc502927e624ec2c0758 /games-emulation/mamory/mamory-0.2.25-r1.ebuild
parent3018b5a4bd4777c51e2793818305d7af2409a7fd (diff)
gentoo auto-resync : 24:07:2023 - 02:54:28
Diffstat (limited to 'games-emulation/mamory/mamory-0.2.25-r1.ebuild')
-rw-r--r--games-emulation/mamory/mamory-0.2.25-r1.ebuild13
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() {