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

Collapse All | Expand All

(-)/usr/portage/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.1.ebuild (-2 / +7 lines)
Lines 3-14 Link Here
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=5
6
inherit xorg-2
6
inherit flag-o-matic xorg-2
7
7
8
DESCRIPTION="Keyboard input driver"
8
DESCRIPTION="Keyboard input driver"
9
9
10
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
10
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
11
IUSE=""
11
IUSE="elibc_uclibc"
12
12
13
RDEPEND=">=x11-base/xorg-server-1.6.3"
13
RDEPEND=">=x11-base/xorg-server-1.6.3"
14
DEPEND="${RDEPEND}"
14
DEPEND="${RDEPEND}"
15
16
src_configure() {
17
	use elibc_uclibc && append-cflags $(test-flags-CC -Wno-error=implicit-function-declaration)
18
	xorg-2_src_configure
19
}

Return to bug 567634