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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- /usr/portage/x11-apps/xrandr/xrandr-1.2.3.ebuild    2008-03-10 02:00:19 +0000
0
++ /usr/local/portage/x11-apps/xrandr/xrandr-1.2.3.ebuild      2009-02-23 19:15:04 +0000
Lines 5-11 Link Here
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
inherit x-modular
7
inherit x-modular eutils
8
DESCRIPTION="primitive command line interface to RandR extension"
8
DESCRIPTION="primitive command line interface to RandR extension"
Lines 14-16 Link Here
14
RDEPEND=">=x11-libs/libXrandr-1.2
14
RDEPEND=">=x11-libs/libXrandr-1.2
15
       x11-libs/libX11"
15
       x11-libs/libX11"
16
DEPEND="${RDEPEND}"
16
DEPEND="${RDEPEND}"
17
18
src_unpack() {
19
       x-modular_unpack_source
20
       epatch ${FILESDIR}/uclibc-fix.patch
21
}

Return to bug 260051