2023-01-24 14:10:11 +03:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
2022-11-15 00:22:37 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
|
|
XORG_TARBALL_SUFFIX="xz"
|
|
|
|
inherit xorg-3
|
|
|
|
|
|
|
|
DESCRIPTION="X.Org xlsclients application"
|
2023-01-26 20:50:17 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
2022-11-15 00:22:37 +03:00
|
|
|
|
|
|
|
RDEPEND=">=x11-libs/libxcb-1.7"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
x11-base/xorg-proto"
|