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

(-)/usr/portage/x11-libs/libX11/libX11-1.0.0-r1.ebuild.old (-1 / +9 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.0.0-r1.ebuild,v 1.2 2006/02/14 22:19:40 corsair Exp $
3
# $Header: 
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"
Lines 26-31 Link Here
26
# xorg really doesn't like xlocale disabled.
26
# xorg really doesn't like xlocale disabled.
27
# $(use_enable nls xlocale)
27
# $(use_enable nls xlocale)
28
28
29
src_unpack() {
30
	x-modular_src_unpack
31
32
	# place all man pages and shadow pages in section 3, correcting
33
	# invalid shadow page references to ./man3x/ directory
34
	sed -i -e "s/LIB_MAN_SUFFIX=3x/LIB_MAN_SUFFIX=3/" "${S}/configure"
35
}
36
29
src_install() {
37
src_install() {
30
	x-modular_src_install
38
	x-modular_src_install
31
39

Return to bug 123328