Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917547 - dev-embedded/openocd-0.12.0: make libgpiod optional behind USE flag
Summary: dev-embedded/openocd-0.12.0: make libgpiod optional behind USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2023-11-18 09:07 UTC by David Flogeras
Modified: 2024-02-17 02:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild with gpiod USE (openocd-0.12.0-r2.ebuild,2.41 KB, text/plain)
2023-11-18 09:08 UTC, David Flogeras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Flogeras 2023-11-18 09:07:34 UTC
Recent -r1 changes added libgpiod as a hard dependency, but it could be behind a USE flag for those of us who don't want/need it.

I'll attach a proposed -r2 ebuild.

Reproducible: Always
Comment 1 David Flogeras 2023-11-18 09:08:37 UTC
Created attachment 875042 [details]
ebuild with gpiod USE
Comment 2 Larry the Git Cow gentoo-dev 2024-02-17 02:12:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec1edb1acb503243d4f3ea1474298b0b39f7d51

commit 9ec1edb1acb503243d4f3ea1474298b0b39f7d51
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2024-02-17 02:09:57 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2024-02-17 02:12:12 +0000

    dev-embedded/openocd: make libgpiod optional
    
    Closes: https://bugs.gentoo.org/917547
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 dev-embedded/openocd/metadata.xml             |   1 +
 dev-embedded/openocd/openocd-0.12.0-r2.ebuild | 111 ++++++++++++++++++++++++++
 dev-embedded/openocd/openocd-9999.ebuild      |   7 +-
 3 files changed, 116 insertions(+), 3 deletions(-)