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

(-)a/var/pkg/portage/net-misc/chrome-remote-desktop/chrome-remote-desktop-49.0.2623.40.ebuild (-1 / +6 lines)
Lines 30-36 SRC_URI="amd64? ( ${BASE_URI}_amd64.deb ) Link Here
30
LICENSE="google-chrome"
30
LICENSE="google-chrome"
31
SLOT="0"
31
SLOT="0"
32
KEYWORDS="-* amd64 x86"
32
KEYWORDS="-* amd64 x86"
33
IUSE=""
33
IUSE="chromium"
34
34
35
# All the libs this package links against.
35
# All the libs this package links against.
36
RDEPEND="app-admin/sudo
36
RDEPEND="app-admin/sudo
Lines 46-51 RDEPEND="app-admin/sudo Link Here
46
	sys-devel/gcc
46
	sys-devel/gcc
47
	sys-libs/glibc
47
	sys-libs/glibc
48
	sys-libs/pam
48
	sys-libs/pam
49
	chromium? ( www-client/chromium )
49
	x11-libs/cairo
50
	x11-libs/cairo
50
	x11-libs/gtk+:2
51
	x11-libs/gtk+:2
51
	x11-libs/libX11
52
	x11-libs/libX11
Lines 85-90 src_install() { Link Here
85
86
86
	newinitd "${FILESDIR}"/${PN}.rc ${PN}
87
	newinitd "${FILESDIR}"/${PN}.rc ${PN}
87
	newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
88
	newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
89
90
	if use chromium; then
91
		dosym /etc/opt/chrome/native-messaging-hosts /etc/chromium/native-messaging-hosts
92
	fi
88
}
93
}
89
94
90
pkg_postinst() {
95
pkg_postinst() {

Return to bug 581754