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

(-)a/media-gfx/icoutils/icoutils-0.31.0.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=4
4
EAPI=4
Lines 29-35 src_prepare() { Link Here
29
}
29
}
30
30
31
src_configure() {
31
src_configure() {
32
	[[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
32
	use !elibc_glibc && use !elibc_musl && use nls && append-libs -lintl
33
	econf $(use_enable nls)
33
	econf $(use_enable nls)
34
}
34
}
35
35
(-)a/media-gfx/icoutils/icoutils-0.31.1.ebuild (-1 / +1 lines)
Lines 29-35 src_prepare() { Link Here
29
}
29
}
30
30
31
src_configure() {
31
src_configure() {
32
	[[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
32
	use !elibc_glibc && use !elibc_musl && use nls && append-libs -lintl
33
	econf $(use_enable nls)
33
	econf $(use_enable nls)
34
}
34
}
35
35
(-)a/media-gfx/icoutils/icoutils-0.31.3.ebuild (-1 / +1 lines)
Lines 39-45 src_prepare() { Link Here
39
}
39
}
40
40
41
src_configure() {
41
src_configure() {
42
	[[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
42
	use !elibc_glibc && use !elibc_musl && use nls && append-libs -lintl
43
	econf $(use_enable nls)
43
	econf $(use_enable nls)
44
}
44
}
45
45
(-)a/media-gfx/icoutils/metadata.xml (-1 / +1 lines)
Lines 1-7 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
3
<pkgmetadata>
4
		<maintainer type="person">
4
                <maintainer type="person">
5
                <email>res@crystalspace3d.org</email>
5
                <email>res@crystalspace3d.org</email>
6
                <name>Frank Richter (upstream)</name>
6
                <name>Frank Richter (upstream)</name>
7
        </maintainer>
7
        </maintainer>

Return to bug 631360