Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 801478 | Differences between
and this patch

Collapse All | Expand All

(-)a/xwayland-21.1.1-r2.ebuild (-2 / +8 lines)
Lines 3-19 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
if [[ ${PV} = *9999* ]]; then
7
	EGIT_BRANCH="xwayland-21.1"
8
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git"
9
	inherit git-r3
10
else
11
	SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"
12
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
13
fi
6
inherit meson
14
inherit meson
7
15
8
DESCRIPTION="Standalone X server running under Wayland"
16
DESCRIPTION="Standalone X server running under Wayland"
9
HOMEPAGE="https://wayland.freedesktop.org/xserver.html"
17
HOMEPAGE="https://wayland.freedesktop.org/xserver.html"
10
SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz"
11
18
12
IUSE="rpc unwind ipv6 xcsecurity selinux"
19
IUSE="rpc unwind ipv6 xcsecurity selinux"
13
20
14
LICENSE="MIT"
21
LICENSE="MIT"
15
SLOT="0"
22
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
17
23
18
DEPEND="
24
DEPEND="
19
	>=x11-libs/pixman-0.27.2
25
	>=x11-libs/pixman-0.27.2

Return to bug 801478