diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-12 12:08:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-12 12:13:04 +0200 |
commit | e90f41435b98a51eba7471e94064fd4710d0d233 (patch) | |
tree | 581069717fbc925cba28eb1ed17846b9415edcab /sci-chemistry | |
parent | www-plugins/freshplayerplugin: Drop old (diff) | |
download | gentoo-e90f41435b98a51eba7471e94064fd4710d0d233.tar.gz gentoo-e90f41435b98a51eba7471e94064fd4710d0d233.tar.bz2 gentoo-e90f41435b98a51eba7471e94064fd4710d0d233.zip |
sci-chemistry/molequeue: EAPI-7 bump
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/molequeue/molequeue-0.9.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-chemistry/molequeue/molequeue-0.9.0.ebuild b/sci-chemistry/molequeue/molequeue-0.9.0.ebuild index 1f484848233a..71e253b4283a 100644 --- a/sci-chemistry/molequeue/molequeue-0.9.0.ebuild +++ b/sci-chemistry/molequeue/molequeue-0.9.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -20,14 +20,15 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} server? ( client ) test? ( server )" +BDEPEND=" + doc? ( app-doc/doxygen )" RDEPEND="${PYTHON_DEPS} dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 zeromq? ( net-libs/cppzmq:0= )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-qt-5.11b3.patch ) |