summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-08 23:13:46 +0000
committerSam James <sam@gentoo.org>2021-11-08 23:13:54 +0000
commite7389d729922d94ca92ce13c908f732d3c288f49 (patch)
tree116269c8197c661ca0db834cf3204942d9f89cd3 /app-text/libmwaw
parentdev-perl/Lab-Zhinst: Remove old (diff)
downloadgentoo-e7389d729922d94ca92ce13c908f732d3c288f49.tar.gz
gentoo-e7389d729922d94ca92ce13c908f732d3c288f49.tar.bz2
gentoo-e7389d729922d94ca92ce13c908f732d3c288f49.zip
app-text/libmwaw: add missing inherit
Closes: https://bugs.gentoo.org/814512 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r--app-text/libmwaw/libmwaw-0.3.20.ebuild4
-rw-r--r--app-text/libmwaw/libmwaw-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild b/app-text/libmwaw/libmwaw-0.3.20.ebuild
index 5776f287f888..f78b63dd62cb 100644
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -3,9 +3,11 @@
EAPI=8
+inherit autotools
+
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw"
- inherit autotools git-r3
+ inherit git-r3
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild
index 243cc18a0ac2..4c609720e0df 100644
--- a/app-text/libmwaw/libmwaw-9999.ebuild
+++ b/app-text/libmwaw/libmwaw-9999.ebuild
@@ -3,9 +3,11 @@
EAPI=8
+inherit autotools
+
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw"
- inherit autotools git-r3
+ inherit git-r3
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"