diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-11-19 11:46:51 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 19:43:44 -0500 |
commit | 863a22e55e820cde02b6d8529d355d7094676f28 (patch) | |
tree | 82899064abf5ca851791b77ca2d019e03ae4f96c /sci-mathematics/coq | |
parent | x11-wm/awesome: fix eclass usage (diff) | |
download | gentoo-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/coq')
-rw-r--r-- | sci-mathematics/coq/coq-8.9.1-r1.ebuild | 2 |
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} |