summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-11-19 11:46:51 +0100
committerAaron Bauman <bman@gentoo.org>2019-11-23 19:43:44 -0500
commit863a22e55e820cde02b6d8529d355d7094676f28 (patch)
tree82899064abf5ca851791b77ca2d019e03ae4f96c /sci-mathematics
parentx11-wm/awesome: fix eclass usage (diff)
downloadgentoo-863a22e55e820cde02b6d8529d355d7094676f28.tar.gz
gentoo-863a22e55e820cde02b6d8529d355d7094676f28.tar.bz2
gentoo-863a22e55e820cde02b6d8529d355d7094676f28.zip
sci-mathematics/coq: fix eclass usage
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13706 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/coq/coq-8.9.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/coq/coq-8.9.1-r1.ebuild b/sci-mathematics/coq/coq-8.9.1-r1.ebuild
index d110241bb500..5392c5dee7b0 100644
--- a/sci-mathematics/coq/coq-8.9.1-r1.ebuild
+++ b/sci-mathematics/coq/coq-8.9.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit eutils multilib
+inherit desktop multilib
MY_PV=${PV/_p/pl}
MY_P=${PN}-${MY_PV}