commit: 405ed7bc9a1fd39aff8263832d36b3a49b915d9b
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:52:25 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:52:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=405ed7bc
sci-mathematics/netgen: fix inherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/netgen/netgen-5.3.1.ebuild | 4 +---
sci-mathematics/netgen/netgen-6.0_beta.ebuild | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild
b/sci-mathematics/netgen/netgen-5.3.1.ebuild
index c759afec4..3cd4d956d 100644
--- a/sci-mathematics/netgen/netgen-5.3.1.ebuild
+++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic multilib xdg
+inherit autotools desktop flag-o-matic xdg
MY_PN=${PN}-mesher
MY_PV=$(ver_cut 1-2)
@@ -109,8 +109,6 @@ src_install() {
# Install icon and .desktop for menu entry
doicon "${FILESDIR}"/${PN}.png
domenu "${FILESDIR}"/${PN}.desktop
-
- prune_libtool_files
}
pkg_postinst() {
diff --git a/sci-mathematics/netgen/netgen-6.0_beta.ebuild
b/sci-mathematics/netgen/netgen-6.0_beta.ebuild
index 3206c4755..8acc255d4 100644
--- a/sci-mathematics/netgen/netgen-6.0_beta.ebuild
+++ b/sci-mathematics/netgen/netgen-6.0_beta.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic multilib xdg
+inherit autotools desktop flag-o-matic xdg
MY_PN=${PN}-mesher
MY_PV=${PV//_/-}
@@ -109,8 +109,6 @@ src_install() {
# Install icon and .desktop for menu entry
doicon "${FILESDIR}"/${PN}.png
domenu "${FILESDIR}"/${PN}.desktop
-
- prune_libtool_files
}
pkg_postinst() {