sci-chemistry/molequeue: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Jun 2019 10:08:22 +0000 (12:08 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Jun 2019 10:13:04 +0000 (12:13 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-chemistry/molequeue/molequeue-0.9.0.ebuild

index 1f484848233acc9d5330589887f066ba00f636f6..71e253b4283a6b4e070310ca4281a0d8761db1e2 100644 (file)
@@ -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 )