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

(-)gkrellm-2.2.7.ebuild (-5 / +2 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.2.7.ebuild,v 1.1 2005/07/17 23:12:30 mholzer Exp $
3
# $Header: 
4
4
5
inherit eutils
5
inherit eutils
6
6
Lines 13-19 Link Here
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
14
IUSE="X nls ssl"
14
IUSE="X nls ssl"
15
15
16
DEPEND="=dev-libs/glib-1*
16
DEPEND=">=dev-libs/glib-2.0
17
	ssl? ( dev-libs/openssl )
17
	ssl? ( dev-libs/openssl )
18
	X? ( >=x11-libs/gtk+-2.0.5
18
	X? ( >=x11-libs/gtk+-2.0.5
19
		>=x11-libs/pango-1.4.0 )"
19
		>=x11-libs/pango-1.4.0 )"
Lines 40-48 Link Here
40
	then
40
	then
41
	use ssl || myconf="without-ssl=yes"
41
	use ssl || myconf="without-ssl=yes"
42
		PREFIX=/usr emake ${myconf} || die
42
		PREFIX=/usr emake ${myconf} || die
43
	else
44
		cd ${S}/server
45
		emake glib12=1 || die
46
	fi
43
	fi
47
}
44
}
48
45

Return to bug 119488