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

(-)/usr/portage/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild (+8 lines)
Lines 8-13 Link Here
8
HOMEPAGE="http://gentoo.404ster.com/"
8
HOMEPAGE="http://gentoo.404ster.com/"
9
SRC_URI="ftp://www.404ster.com/pub/gentoo-stuff/ebuilds/${P}.tar.gz"
9
SRC_URI="ftp://www.404ster.com/pub/gentoo-stuff/ebuilds/${P}.tar.gz"
10
10
11
EAPI="2"
11
LICENSE="GPL-2"
12
LICENSE="GPL-2"
12
SLOT="0"
13
SLOT="0"
13
KEYWORDS="~mips x86"
14
KEYWORDS="~mips x86"
Lines 17-22 Link Here
17
DEPEND="${DEPEND}
18
DEPEND="${DEPEND}
18
	sys-devel/autoconf"
19
	sys-devel/autoconf"
19
20
21
src_configure() {
22
	sed -i \
23
		-e"/^COPTS/s:= := ${CFLAGS} :" \
24
		-e"/^LDFLAGS/s:= := ${LDFLAGS} :"\
25
		Makefile || die "sed failed"
26
}
27
20
src_compile() {
28
src_compile() {
21
	if use static; then
29
	if use static; then
22
		einfo "Building as static executables"
30
		einfo "Building as static executables"

Return to bug 335680