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

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

Return to bug 317311