diff options
author | 2017-03-22 22:12:50 +0100 | |
---|---|---|
committer | 2017-03-22 22:13:16 +0100 | |
commit | 62779b73bd9883374c4a0aec437fc640758849f8 (patch) | |
tree | df27df754810d36215a2921ebd30aab3b26021a3 /sci-libs/libsigrok/libsigrok-0.4.0.ebuild | |
parent | dev-ada/gprbuild: Add gprbuild-gpl-2016 (diff) | |
download | gentoo-62779b73bd9883374c4a0aec437fc640758849f8.tar.gz gentoo-62779b73bd9883374c4a0aec437fc640758849f8.tar.bz2 gentoo-62779b73bd9883374c4a0aec437fc640758849f8.zip |
sci-libs/libsigrok: Set subslot operator on dev-libs/libzip atom
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/libsigrok/libsigrok-0.4.0.ebuild')
-rw-r--r-- | sci-libs/libsigrok/libsigrok-0.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libsigrok/libsigrok-0.4.0.ebuild b/sci-libs/libsigrok/libsigrok-0.4.0.ebuild index 75ff9fe29aef..8d30801c1008 100644 --- a/sci-libs/libsigrok/libsigrok-0.4.0.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.4.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="6" @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="provide basic hardware drivers for logic analyzers and input/output file format support" +DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" HOMEPAGE="http://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" @@ -25,7 +25,7 @@ REQUIRED_USE="java? ( cxx ) python? ( cxx ${PYTHON_REQUIRED_USE} )" # We also support librevisa, but that isn't in the tree ... LIB_DEPEND=">=dev-libs/glib-2.32.0[static-libs(+)] - >=dev-libs/libzip-0.8[static-libs(+)] + >=dev-libs/libzip-0.8:=[static-libs(+)] cxx? ( dev-cpp/glibmm:2[static-libs(+)] ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3.0.0[${PYTHON_USEDEP}] ) ftdi? ( >=dev-embedded/libftdi-0.16:=[static-libs(+)] ) |