commit:     97d068edde2fc5fc2bb5843ee0447bcce421a57e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 17:32:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 18:09:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d068ed

app-office/lyx: Drop superfluous multilib eclass

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-office/lyx/lyx-2.3.0.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-office/lyx/lyx-2.3.0.ebuild b/app-office/lyx/lyx-2.3.0.ebuild
index 65930195b6a..035181b8fbd 100644
--- a/app-office/lyx/lyx-2.3.0.ebuild
+++ b/app-office/lyx/lyx-2.3.0.ebuild
@@ -4,13 +4,10 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils xdg-utils flag-o-matic font python-single-r1 qmake-utils 
toolchain-funcs multilib desktop
 
 MY_P="${P/_}"
+inherit desktop gnome2-utils flag-o-matic font python-single-r1 qmake-utils 
toolchain-funcs xdg-utils
 
-S="${WORKDIR}/${MY_P}"
-FONT_S="${S}/lib/fonts"
-FONT_SUFFIX="ttf"
 DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc."
 HOMEPAGE="https://www.lyx.org/";
 SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${MY_P}.tar.xz
@@ -81,6 +78,11 @@ DOCS=( ANNOUNCE NEWS README RELEASE-NOTES UPGRADING )
 
 PATCHES=( "${FILESDIR}"/${P}-python.patch )
 
+S="${WORKDIR}/${MY_P}"
+
+FONT_S="${S}/lib/fonts"
+FONT_SUFFIX="ttf"
+
 pkg_setup() {
        python-single-r1_pkg_setup
        font_pkg_setup

Reply via email to