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

Collapse All | Expand All

(-)/usr/portage/net-dns/ddclient/ddclient-3.8.0.ebuild (+2 lines)
Lines 14-19 Link Here
14
IUSE="ssl"
14
IUSE="ssl"
15
15
16
RDEPEND=">=dev-lang/perl-5.1
16
RDEPEND=">=dev-lang/perl-5.1
17
	sys-apps/iproute2
17
	ssl? ( dev-perl/IO-Socket-SSL )"
18
	ssl? ( dev-perl/IO-Socket-SSL )"
18
19
19
pkg_setup() {
20
pkg_setup() {
Lines 26-31 Link Here
26
	cd "${S}"
27
	cd "${S}"
27
28
28
	epatch "${FILESDIR}/${PN}-reasonable-security.patch"
29
	epatch "${FILESDIR}/${PN}-reasonable-security.patch"
30
	epatch "${FILESDIR}/${PN}-iproute2.patch"
29
31
30
	einfo "Applying version string fix"
32
	einfo "Applying version string fix"
31
	if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then
33
	if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then

Return to bug 258343