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

(-)file_not_specified_in_diff (-18 / +5 lines)
Line 15 Link Here
15
KEYWORDS="~x86 ~amd64"
15
KEYWORDS="~amd64 ~x86"
16
--
Line 18 Link Here
18
RESTRICT="strip mirror"
18
RESTRICT="mirror strip"
19
--
Lines 20-24 Link Here
20
DEPEND=">=dev-lang/lazarus-0.9.28.2
21
		app-arch/unzip
22
		>=sys-libs/glibc-2.11.0
23
		>=x11-libs/gtk+-2.20.0
24
		>=x11-libs/pango-1.28.0"
Line 28 Link Here
23
DEPEND="${RDEPEND}
24
		>=dev-lang/lazarus-0.9.28.2
25
		app-arch/unzip"
Lines 31-39 Link Here
31
32
src_unpack() {
33
	unzip -q ${DISTDIR}/${A} -d ${WORKDIR} || die "Unpacking failed"
34
}
35
36
src_compile() {
37
	emake || die "emake failed"
38
}
39

Return to bug 334251