Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447770
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/x11-base/xorg-server/xorg-server-1.12.4-r8.ebuild
0
++ b/x11-base/xorg-server/xorg-server-1.12.4-r9.ebuild
Lines 13-19 DESCRIPTION="X.Org X servers" Link Here
13
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
13
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
14
14
15
IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
15
IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
16
IUSE="${IUSE_SERVERS} broken_partialswaps -doc ipv6 minimal nptl selinux tegra tslib +udev"
16
# +suid needed because sparcs default off
17
IUSE="${IUSE_SERVERS} broken_partialswaps -doc ipv6 minimal nptl selinux +suid tegra tslib +udev"
17
18
18
RDEPEND=">=app-admin/eselect-opengl-1.0.8
19
RDEPEND=">=app-admin/eselect-opengl-1.0.8
19
	dev-libs/openssl
20
	dev-libs/openssl
Lines 173-179 pkg_setup() { Link Here
173
	# localstatedir is used for the log location; we need to override the default
174
	# localstatedir is used for the log location; we need to override the default
174
	#	from ebuild.sh
175
	#	from ebuild.sh
175
	# sysconfdir is used for the xorg.conf location; same applies
176
	# sysconfdir is used for the xorg.conf location; same applies
176
	#	--enable-install-setuid needed because sparcs default off
177
	# NOTE: fop is used for doc generating ; and i have no idea if gentoo
177
	# NOTE: fop is used for doc generating ; and i have no idea if gentoo
178
	#	package it somewhere
178
	#	package it somewhere
179
	XORG_CONFIGURE_OPTIONS=(
179
	XORG_CONFIGURE_OPTIONS=(
Lines 199-207 pkg_setup() { Link Here
199
		$(use_enable udev config-udev)
199
		$(use_enable udev config-udev)
200
		$(use_with doc doxygen)
200
		$(use_with doc doxygen)
201
		$(use_with doc xmlto)
201
		$(use_with doc xmlto)
202
		$(use_enable suid install-setuid)
202
		--sysconfdir=/etc/X11
203
		--sysconfdir=/etc/X11
203
		--localstatedir=/var
204
		--localstatedir=/var
204
		--enable-install-setuid
205
		--with-fontrootdir=/usr/share/fonts
205
		--with-fontrootdir=/usr/share/fonts
206
		--with-xkb-output=/var/lib/xkb
206
		--with-xkb-output=/var/lib/xkb
207
		--disable-config-hal
207
		--disable-config-hal

Return to bug 447770