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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- /usr/portage/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild      2015-12-26 13:31:02.000000000 +0100
0
++ /usr/local/portage/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild        2016-01-28 15:47:16.732191430 +0100
Lines 70-75 Link Here
70
       # At the next version bump, please see if you actually still need this
70
       # At the next version bump, please see if you actually still need this
71
       # before adding versions
71
       # before adding versions
72
       cp "${FILESDIR}"/${P}-rrdrados.pod doc/rrdrados.pod || die
72
       cp "${FILESDIR}"/${P}-rrdrados.pod doc/rrdrados.pod || die
73
       cp "${FILESDIR}"/${P}-rpn1.output tests/rpn1.output || die
73
74
74
       epatch \
75
       epatch \
75
               "${FILESDIR}"/${PN}-1.4.7-configure.ac.patch \
76
               "${FILESDIR}"/${PN}-1.4.7-configure.ac.patch \
Lines 142-147 Link Here
142
}
143
}
143
144
144
src_test() {
145
src_test() {
146
       if ! use graph; then
147
               rm tests/rpn2*
148
               rm tests/xport1*
149
       fi
150
       local LANG=C
145
       default
151
       default
146
}
152
}

Return to bug 573210