diff options
author | 2017-01-07 16:14:20 +0000 | |
---|---|---|
committer | 2017-01-15 12:14:16 +0100 | |
commit | dd4559fe50fce623f6507857a68695a40446a4a3 (patch) | |
tree | 07df92f318c9cbdc99dbb360106e191c42388e2a /app-misc/ddcutil/metadata.xml | |
parent | net-analyzer/mtr: Fix tinfo patch, add USE=ncurses. (diff) | |
download | gentoo-dd4559fe50fce623f6507857a68695a40446a4a3.tar.gz gentoo-dd4559fe50fce623f6507857a68695a40446a4a3.tar.bz2 gentoo-dd4559fe50fce623f6507857a68695a40446a4a3.zip |
media-libs/ddcutil: Version bump to 0.7.0
* Added use flag to enable the new C/C++ API
* Python API is in flux and upstream recommends not using it.
It will be enabled when it's more stable.
Closes: https://github.com/gentoo/gentoo/pull/3360
Diffstat (limited to 'app-misc/ddcutil/metadata.xml')
-rw-r--r-- | app-misc/ddcutil/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-misc/ddcutil/metadata.xml b/app-misc/ddcutil/metadata.xml index 6d0486ba8ad6..d40fbb05a57e 100644 --- a/app-misc/ddcutil/metadata.xml +++ b/app-misc/ddcutil/metadata.xml @@ -19,6 +19,9 @@ </longdescription> <use> + <flag name="enable-api-libs" restrict=">=app-misc/ddcutil-0.7.0"> + Enables the C/C++ API. + </flag> <flag name="user-permissions"> Adds a udev rules to allow non-root users in the i2c group to access the /dev/i2c-* devices. If usb-monitor is selected, users |