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

Collapse All | Expand All

(-)cassandra-0.6.1.ebuild (-1 / +1 lines)
Lines 65-71 Link Here
65
	dodoc CHANGES.txt DISCLAIMER.txt LICENSE.txt NEWS.txt NOTICE.txt README.txt interface/cassandra.thrift || die "dodoc failed"
65
	dodoc CHANGES.txt DISCLAIMER.txt LICENSE.txt NEWS.txt NOTICE.txt README.txt interface/cassandra.thrift || die "dodoc failed"
66
	docinto licenses
66
	docinto licenses
67
	dodoc lib/licenses/* || die "dodoc failed"
67
	dodoc lib/licenses/* || die "dodoc failed"
68
	use doc && (java-pkg_dojavadoc javadocs/ || die "dojavadoc failed")
68
	use doc && (java-pkg_dojavadoc build/javadoc/ || die "dojavadoc failed")
69
69
70
}
70
}
71
71

Return to bug 317311