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

Collapse All | Expand All

(-)/usr/portage/app-arch/rpm/rpm-4.4.6-r4.ebuild (-1 / +2 lines)
Lines 25-31 Link Here
25
	perl? ( >=dev-lang/perl-5.8.8 )
25
	perl? ( >=dev-lang/perl-5.8.8 )
26
	nls? ( virtual/libintl )
26
	nls? ( virtual/libintl )
27
	sqlite? ( >=dev-db/sqlite-3.3.5 )
27
	sqlite? ( >=dev-db/sqlite-3.3.5 )
28
	net-misc/neon"
28
	>=net-misc/neon-0.28"
29
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
30
	nls? ( sys-devel/gettext )
30
	nls? ( sys-devel/gettext )
31
	doc? ( app-doc/doxygen )"
31
	doc? ( app-doc/doxygen )"
Lines 38-43 Link Here
38
	epatch "${FILESDIR}"/${P}-autotools.patch
38
	epatch "${FILESDIR}"/${P}-autotools.patch
39
	epatch "${FILESDIR}"/${P}-buffer-overflow.patch
39
	epatch "${FILESDIR}"/${P}-buffer-overflow.patch
40
	epatch "${FILESDIR}"/${P}-qa-fix-undefined.patch
40
	epatch "${FILESDIR}"/${P}-qa-fix-undefined.patch
41
	epatch "${FILESDIR}"/${P}-neon-0.28.patch
41
42
42
	# rpm uses AM_GNU_GETTEXT() but fails to actually
43
	# rpm uses AM_GNU_GETTEXT() but fails to actually
43
	# include any of the required gettext files
44
	# include any of the required gettext files

Return to bug 214799