media-libs/openicc: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 01:58:19 +0000 (02:58 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 01:58:19 +0000 (02:58 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/openicc/openicc-0.1.0.ebuild

index c924a25f5f1f887425772e71ff97fd5b14b5fa25..b1a307e6ee250503de0f481588761d76175255e6 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-multilib
 
@@ -14,13 +14,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc static-libs test"
 
-RDEPEND="
-       dev-libs/yajl[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
+BDEPEND="
        sys-devel/gettext
        doc? ( app-doc/doxygen )
 "
+DEPEND="
+       dev-libs/yajl[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
 
 REQUIRED_USE="test? ( static-libs )"