mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/pyclip: Make DOCS an array
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
@@ -22,16 +22,18 @@ HOMEPAGE="https://pypi.org/project/pyclip/"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="wayland +X"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
# Needs a working xorg/wayland setup
|
||||
RESTRICT="test"
|
||||
DOCS="${S}/docs/README.md"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
RDEPEND="
|
||||
wayland? ( gui-apps/wl-clipboard )
|
||||
X? ( x11-misc/xclip )
|
||||
"
|
||||
|
||||
DOCS=( docs/README.md )
|
||||
|
||||
src_prepare() {
|
||||
# Clipboard detection should respect USE flags
|
||||
if use wayland && ! use X; then
|
||||
|
||||
@@ -22,16 +22,18 @@ HOMEPAGE="https://pypi.org/project/pyclip/"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="wayland +X"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
# Needs a working xorg/wayland setup
|
||||
RESTRICT="test"
|
||||
DOCS="${S}/docs/README.md"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
RDEPEND="
|
||||
wayland? ( gui-apps/wl-clipboard )
|
||||
X? ( x11-misc/xclip )
|
||||
"
|
||||
|
||||
DOCS=( docs/README.md )
|
||||
|
||||
src_prepare() {
|
||||
# Clipboard detection should respect USE flags
|
||||
if use wayland && ! use X; then
|
||||
|
||||
Reference in New Issue
Block a user