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

(-)/usr/portage/sci-calculators/galculator/galculator-2.1.3.ebuild (-1 / +6 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2+"
14
LICENSE="GPL-2+"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha amd64 ~arm ~ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
16
KEYWORDS="~alpha amd64 ~arm ~ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
17
IUSE=""
17
IUSE="-quadmath"
18
18
19
RDEPEND="
19
RDEPEND="
20
	dev-libs/glib:2
20
	dev-libs/glib:2
Lines 28-31 Link Here
28
	virtual/pkgconfig
28
	virtual/pkgconfig
29
"
29
"
30
30
31
src_configure() {
32
	gnome2_src_configure \
33
		$(use_enable quadmath)
34
}
35
31
DOCS="AUTHORS ChangeLog NEWS README THANKS doc/shortcuts"
36
DOCS="AUTHORS ChangeLog NEWS README THANKS doc/shortcuts"

Return to bug 463459