summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2019-03-09 10:45:32 +0000
committerIan Whyman <thev00d00@gentoo.org>2019-03-09 10:45:32 +0000
commit2256d9ed4bf210038b511bb6431f0b06a801cb8e (patch)
tree6458d02a5c0544797c19ef479c03ed7fa97cd3d8 /dev-libs/libcec
parentmedia-video/handbrake: v1.2.2 Bump (diff)
downloadgentoo-2256d9ed4bf210038b511bb6431f0b06a801cb8e.tar.gz
gentoo-2256d9ed4bf210038b511bb6431f0b06a801cb8e.tar.bz2
gentoo-2256d9ed4bf210038b511bb6431f0b06a801cb8e.zip
dev-libs/libcec: EAPI bump, fix unused cmake var
Closes: https://bugs.gentoo.org/678196 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ian Whyman <thev00d00@gentoo.org>
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r--dev-libs/libcec/libcec-4.0.4-r1.ebuild (renamed from dev-libs/libcec/libcec-4.0.4.ebuild)5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-libs/libcec/libcec-4.0.4.ebuild b/dev-libs/libcec/libcec-4.0.4-r1.ebuild
index 38c70e8e9200..029ac76b88ba 100644
--- a/dev-libs/libcec/libcec-4.0.4.ebuild
+++ b/dev-libs/libcec/libcec-4.0.4-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
MY_PV=${PV/_p/-}
@@ -60,9 +60,6 @@ src_configure() {
-DHAVE_TDA995X_API=$(usex cubox)
-DHAVE_RPI_API=$(usex raspberry-pi)
)
- use python && mycmakeargs+=(
- -DPYTHON_SITEDIR="$(python_get_sitedir)"
- )
# raspberrypi-userland itself does not provide .pc file so using
# bcm_host.pc instead