diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:52:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:21:50 +0200 |
commit | 1b0feadd40740e3d8fd8f47379db02bbbbace6b2 (patch) | |
tree | bd47af20133946792119413ef81e4bdc75ef40bc /dev-libs/libcec | |
parent | dev-libs/cryptlib: [QA] Add missing python metadata variables (diff) | |
download | gentoo-1b0feadd40740e3d8fd8f47379db02bbbbace6b2.tar.gz gentoo-1b0feadd40740e3d8fd8f47379db02bbbbace6b2.tar.bz2 gentoo-1b0feadd40740e3d8fd8f47379db02bbbbace6b2.zip |
dev-libs/libcec: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r-- | dev-libs/libcec/libcec-3.0.1.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-3.1.0.ebuild | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/dev-libs/libcec/libcec-3.0.1.ebuild b/dev-libs/libcec/libcec-3.0.1.ebuild index 576fdc5879eb..be67d11d0c84 100644 --- a/dev-libs/libcec/libcec-3.0.1.ebuild +++ b/dev-libs/libcec/libcec-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -20,13 +20,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="virtual/udev dev-libs/lockdev <dev-libs/libplatform-2 + python? ( ${PYTHON_DEPS} ) xrandr? ( x11-libs/libXrandr )" DEPEND="${RDEPEND} virtual/pkgconfig - python? ( - dev-lang/swig - ${PYTHON_DEPS} - )" + python? ( dev-lang/swig )" CONFIG_CHECK="~USB_ACM" diff --git a/dev-libs/libcec/libcec-3.1.0.ebuild b/dev-libs/libcec/libcec-3.1.0.ebuild index ad80b0ccd017..a3be26f33ca7 100644 --- a/dev-libs/libcec/libcec-3.1.0.ebuild +++ b/dev-libs/libcec/libcec-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -20,13 +20,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="virtual/udev dev-libs/libplatform raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) + python? ( ${PYTHON_DEPS} ) xrandr? ( x11-libs/libXrandr )" DEPEND="${RDEPEND} virtual/pkgconfig - python? ( - dev-lang/swig - ${PYTHON_DEPS} - )" + python? ( dev-lang/swig )" CONFIG_CHECK="~USB_ACM" |