net-im/minbif: EAPI-6 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Jun 2018 22:30:17 +0000 (00:30 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 1 Jul 2018 00:03:38 +0000 (02:03 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

net-im/minbif/minbif-1.0.5-r2.ebuild

index 1d5e71be66a73335fa0bd59a35b186473f5133ea..d825bc40ed2c87694ff781ecaf9c8fa8c5796967 100644 (file)
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit cmake-utils eutils user
+EAPI=6
+
+inherit cmake-utils user
 
 DESCRIPTION="an IRC gateway to IM networks"
 HOMEPAGE="https://symlink.me/projects/minbif/wiki/"
@@ -57,10 +58,10 @@ src_configure() {
        local mycmakeargs=(
                -DCONF_PREFIX="${EPREFIX}"/etc/minbif
                -DENABLE_VIDEO=OFF
-               $(cmake-utils_use_enable libcaca CACA)
-               $(cmake-utils_use_enable imlib IMLIB)
-               $(cmake-utils_use_enable pam PAM)
-               $(cmake-utils_use_enable gnutls TLS)
+               -DENABLE_TLS=$(usex gnutls)
+               -DENABLE_IMLIB=$(usex imlib)
+               -DENABLE_CACA=$(usex libcaca)
+               -DENABLE_PAM=$(usex pam)
        )
 
        cmake-utils_src_configure