diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 00:30:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 02:03:38 +0200 |
commit | 6a044597ae6647628b2dfce8c738a8a3d0421b6a (patch) | |
tree | 4b14388c8c3692b72ffa76635b374a976f2d5f15 | |
parent | media-gfx/openmesh: 7.1 version bump (diff) | |
download | gentoo-6a044597ae6647628b2dfce8c738a8a3d0421b6a.tar.gz gentoo-6a044597ae6647628b2dfce8c738a8a3d0421b6a.tar.bz2 gentoo-6a044597ae6647628b2dfce8c738a8a3d0421b6a.zip |
net-im/minbif: EAPI-6 bump
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r-- | net-im/minbif/minbif-1.0.5-r2.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild b/net-im/minbif/minbif-1.0.5-r2.ebuild index 1d5e71be66a7..d825bc40ed2c 100644 --- a/net-im/minbif/minbif-1.0.5-r2.ebuild +++ b/net-im/minbif/minbif-1.0.5-r2.ebuild @@ -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 |