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

(-)/usr/portage/sys-devel/autogen/autogen-5.18.1.ebuild (-7 / +9 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils
7
inherit eutils multilib-minimal
8
8
9
DESCRIPTION="Program and text file generation"
9
DESCRIPTION="Program and text file generation"
10
HOMEPAGE="http://www.gnu.org/software/autogen/"
10
HOMEPAGE="http://www.gnu.org/software/autogen/"
Lines 15-33 Link Here
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
16
IUSE="libopts static-libs"
16
IUSE="libopts static-libs"
17
17
18
RDEPEND=">=dev-scheme/guile-1.8
18
RDEPEND=">=dev-scheme/guile-1.8[${MULTILIB_USEDEP}]
19
	dev-libs/libxml2"
19
	dev-libs/libxml2[${MULTILIB_USEDEP}]"
20
DEPEND="${RDEPEND}"
20
DEPEND="${RDEPEND}"
21
21
22
src_configure() {
22
multilib_src_configure() {
23
	# suppress possibly incorrect -R flag
23
	# suppress possibly incorrect -R flag
24
	export ag_cv_test_ldflags=
24
	export ag_cv_test_ldflags=
25
25
26
	econf $(use_enable static-libs static)
26
	ECONF_SOURCE="${S}" \
27
	econf \
28
		$(use_enable static-libs static) \
29
		--with-libguile="${EPREFIX}/usr/$(get_libdir)"
27
}
30
}
28
31
29
src_install() {
32
multilib_src_install_all() {
30
	default
31
	prune_libtool_files
33
	prune_libtool_files
32
34
33
	if ! use libopts ; then
35
	if ! use libopts ; then

Return to bug 499378