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

(-)/usr/portage/www-client/chromium/chromium-14.0.835.15.ebuild (-4 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2011 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/www-client/chromium/chromium-14.0.835.15.ebuild,v 1.1 2011/08/04 21:21:41 phajdan.jr Exp $
3
# $Header: $
4
4
5
EAPI="3"
5
EAPI="3"
6
PYTHON_DEPEND="2:2.6"
6
PYTHON_DEPEND="2:2.6"
Lines 15-21 Link Here
15
LICENSE="BSD"
15
LICENSE="BSD"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86"
18
IUSE="cups gnome gnome-keyring kerberos"
18
IUSE="cups gnome gnome-keyring kerberos webrtc"
19
19
20
# en_US is ommitted on purpose from the list below. It must always be available.
20
# en_US is ommitted on purpose from the list below. It must always be available.
21
LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr
21
LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr
Lines 40-46 Link Here
40
	media-libs/libpng
40
	media-libs/libpng
41
	>=media-libs/libwebp-0.1.2
41
	>=media-libs/libwebp-0.1.2
42
	media-libs/speex
42
	media-libs/speex
43
	media-sound/pulseaudio
43
	webrtc? ( media-sound/pulseaudio )
44
	cups? ( >=net-print/cups-1.3.11 )
44
	cups? ( >=net-print/cups-1.3.11 )
45
	sys-libs/zlib
45
	sys-libs/zlib
46
	x11-libs/gtk+:2
46
	x11-libs/gtk+:2
Lines 196-202 Link Here
196
		$(gyp_use cups use_cups)
196
		$(gyp_use cups use_cups)
197
		$(gyp_use gnome use_gconf)
197
		$(gyp_use gnome use_gconf)
198
		$(gyp_use gnome-keyring use_gnome_keyring)
198
		$(gyp_use gnome-keyring use_gnome_keyring)
199
		$(gyp_use gnome-keyring linux_link_gnome_keyring)"
199
		$(gyp_use gnome-keyring linux_link_gnome_keyring)
200
		$(gyp_use webrtc enable_webrtc)"
200
201
201
	# Enable sandbox.
202
	# Enable sandbox.
202
	myconf+="
203
	myconf+="

Return to bug 377847