diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-26 21:17:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-26 22:05:59 +0200 |
commit | cfb7ba8fad1e6ccbd4324c49379eb11293b735b6 (patch) | |
tree | 0b29f8b9b0eabfe40a14e72e1d517fb5666fa225 /sci-misc | |
parent | sci-misc/mendeleydesktop: Restore 1.17.13 and fix Qt version-dep (diff) | |
download | gentoo-cfb7ba8fad1e6ccbd4324c49379eb11293b735b6.tar.gz gentoo-cfb7ba8fad1e6ccbd4324c49379eb11293b735b6.tar.bz2 gentoo-cfb7ba8fad1e6ccbd4324c49379eb11293b735b6.zip |
sci-misc/mendeleydesktop: Remove unused eclasses
Non-maintainer commit.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild index efe5f15b3242..7dacc0eabb42 100644 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit eutils multilib python-single-r1 xdg gnome2-utils +inherit desktop gnome2-utils python-single-r1 xdg-utils MY_P_AMD64="${P}-linux-x86_64" MY_P_X86="${P}-linux-i486" @@ -45,9 +45,11 @@ RDEPEND=" QA_PREBUILT="/opt/mendeleydesktop/.*" -PATCHES=( "${FILESDIR}"/${PN}-1.17.8-libdir.patch +PATCHES=( + "${FILESDIR}"/${PN}-1.17.8-libdir.patch "${FILESDIR}"/${PN}-1.17.8-qt5plugins.patch - "${FILESDIR}"/${PN}-1.17.8-unix-distro-build.patch ) + "${FILESDIR}"/${PN}-1.17.8-unix-distro-build.patch +) pkg_nofetch() { elog "Please download ${A} from:" |