diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-08-20 12:14:00 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-08-20 12:32:31 +0300 |
commit | 7c4d9fce2a0c213e1b431059ff4347203e230127 (patch) | |
tree | febcf157d789918f636b0b1ef2d59a8433851df4 /dev-embedded/libftdi | |
parent | dev-embedded/jal: remove an assert (diff) | |
download | gentoo-7c4d9fce2a0c213e1b431059ff4347203e230127.tar.gz gentoo-7c4d9fce2a0c213e1b431059ff4347203e230127.tar.bz2 gentoo-7c4d9fce2a0c213e1b431059ff4347203e230127.zip |
dev-embedded/libftdi: fix slots collision
Man pages collide between slots, but they are only installed with
USE=doc. So block both slots from having `doc` at the same time.
Closes: https://bugs.gentoo.org/832546
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.20-r2.ebuild | 1 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.5-r5.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-embedded/libftdi/libftdi-0.20-r2.ebuild b/dev-embedded/libftdi/libftdi-0.20-r2.ebuild index 3629e22a7d0d..ac275e480542 100644 --- a/dev-embedded/libftdi/libftdi-0.20-r2.ebuild +++ b/dev-embedded/libftdi/libftdi-0.20-r2.ebuild @@ -25,6 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" virtual/libusb:0 cxx? ( dev-libs/boost ) + doc? ( !dev-embedded/libftdi:1[doc] ) python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}" diff --git a/dev-embedded/libftdi/libftdi-1.5-r5.ebuild b/dev-embedded/libftdi/libftdi-1.5-r5.ebuild index 5dcfc99db973..9a02e144fac7 100644 --- a/dev-embedded/libftdi/libftdi-1.5-r5.ebuild +++ b/dev-embedded/libftdi/libftdi-1.5-r5.ebuild @@ -34,6 +34,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" virtual/libusb:1 cxx? ( dev-libs/boost ) + doc? ( !dev-embedded/libftdi:0[doc] ) python? ( ${PYTHON_DEPS} ) tools? ( dev-libs/confuse:= ) " |