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 (-3 / +10 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 16:25:29.559219740 +0100
Lines 17-23 Link Here
17
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
19
KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
20
IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd"
20
IUSE="dbi doc +graph lua perl python rados rrdcgi ruby static-libs tcl tcpd"
21
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
21
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22
22
23
CDEPEND="
23
CDEPEND="
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-148 Link Here
142
}
143
}
143
144
144
src_test() {
145
src_test() {
145
       default
146
       if use graph; then
147
               local LANG=C
148
               default
149
       else
150
               ewarn "Several tests fail with USE=-graph. Aborting tests..."
151
               true
152
       fi
146
}
153
}
147
154
148
src_install() {
155
src_install() {

Return to bug 573210