Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378289
Collapse All | Expand All

(-)a/sys-libs/db/db-4.8.30.ebuild (-1 / +4 lines)
Lines 27-33 done Link Here
27
LICENSE="Sleepycat"
27
LICENSE="Sleepycat"
28
SLOT="4.8"
28
SLOT="4.8"
29
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
29
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
30
IUSE="doc java cxx tcl test"
30
IUSE="doc java cxx static-libs tcl test"
31
31
32
# the entire testsuite needs the TCL functionality
32
# the entire testsuite needs the TCL functionality
33
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
33
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
Lines 124-129 src_compile() { Link Here
124
		$(use_enable cxx stl) \
124
		$(use_enable cxx stl) \
125
		$(use_enable java) \
125
		$(use_enable java) \
126
		${myconf} \
126
		${myconf} \
127
		$(use_enable static-libs static) \
127
		$(use_enable test) \
128
		$(use_enable test) \
128
		"$@"
129
		"$@"
129
130
Lines 151-156 src_install() { Link Here
151
		java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar
152
		java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar
152
		rm -f "${D}"/usr/"$(get_libdir)"/*.jar
153
		rm -f "${D}"/usr/"$(get_libdir)"/*.jar
153
	fi
154
	fi
155
156
	use static-libs || prune_libtool_files
154
}
157
}
155
158
156
pkg_postinst() {
159
pkg_postinst() {

Return to bug 378289