summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-17 00:21:15 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-17 00:21:15 +0100
commit2bd9aac8ca1a4d4015815f1bed718a478b439d57 (patch)
tree68cd7633d82f5090f1cff1450adbad4b92d09857 /dev-lang/maude/maude-2.7.ebuild
parentdev-vcs/qgit: inherit xdg.eclass (diff)
downloadgentoo-2bd9aac8ca1a4d4015815f1bed718a478b439d57.tar.gz
gentoo-2bd9aac8ca1a4d4015815f1bed718a478b439d57.tar.bz2
gentoo-2bd9aac8ca1a4d4015815f1bed718a478b439d57.zip
dev-lang/maude: respect AR
Closes: https://github.com/gentoo/gentoo/pull/18281 Closes: https://bugs.gentoo.org/722966 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang/maude/maude-2.7.ebuild')
-rw-r--r--dev-lang/maude/maude-2.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/maude/maude-2.7.ebuild b/dev-lang/maude/maude-2.7.ebuild
index c871a47748f1..01957fb2a5e5 100644
--- a/dev-lang/maude/maude-2.7.ebuild
+++ b/dev-lang/maude/maude-2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,6 +31,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.5.0-prll.patch"
"${FILESDIR}/${PN}-2.6-search-datadir.patch"
"${FILESDIR}/${PN}-2.7-bison-parse-param.patch"
+ "${FILESDIR}/${PN}-2.7-AR.patch"
)
src_prepare() {