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

Collapse All | Expand All

(-)libdrm-2.4.5.ebuild (-1 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.5.ebuild,v 1.6 2009/04/06 18:40:35 bluebird Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.5.ebuild,v 1.6 2009/04/06 18:40:35 bluebird Exp $
4
4
5
# Must be before x-modular eclass is inherited
5
# Must be before x-modular eclass is inherited
6
#SNAPSHOT="yes"
6
SNAPSHOT="yes"
7
7
8
inherit x-modular
8
inherit x-modular
9
9
Lines 19-24 Link Here
19
DEPEND="${RDEPEND}"
19
DEPEND="${RDEPEND}"
20
20
21
# FIXME, we should try to see how we can fit the --enable-udev configure flag
21
# FIXME, we should try to see how we can fit the --enable-udev configure flag
22
PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
22
23
23
pkg_postinst() {
24
pkg_postinst() {
24
	x-modular_pkg_postinst
25
	x-modular_pkg_postinst

Return to bug 265436