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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- sys-apps/help2man/help2man-1.36.4.ebuild
0
++ sys-apps/help2man/help2man-1.36.4.ebuild
Lines 2-7 Link Here
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/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.13 2007/11/03 19:52:48 grobian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.13 2007/11/03 19:52:48 grobian Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="GNU utility to convert program --help output to a man page"
7
DESCRIPTION="GNU utility to convert program --help output to a man page"
6
HOMEPAGE="http://www.gnu.org/software/help2man"
8
HOMEPAGE="http://www.gnu.org/software/help2man"
7
SRC_URI="mirror://gnu/help2man/${P}.tar.gz"
9
SRC_URI="mirror://gnu/help2man/${P}.tar.gz"
Lines 16-21 Link Here
16
	elibc_glibc? ( nls? ( dev-perl/Locale-gettext
18
	elibc_glibc? ( nls? ( dev-perl/Locale-gettext
17
		>=sys-devel/gettext-0.12.1-r1 ) )"
19
		>=sys-devel/gettext-0.12.1-r1 ) )"
18
20
21
src_unpack() {
22
	unpack ${A}
23
	cd "${S}"
24
25
	epatch "${FILESDIR}/${P}-respect-LDFLAGS.patch"
26
}
27
19
src_compile() {
28
src_compile() {
20
	local myconf
29
	local myconf
21
	use elibc_glibc && myconf="${myconf} $(use_enable nls)" \
30
	use elibc_glibc && myconf="${myconf} $(use_enable nls)" \

Return to bug 181461