Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/electron/
Date: Sat, 04 Jun 2016 10:23:03
Message-Id: 1465034083.15a9e03c028f3db9a4c1c591995949f25f997bac.monsieurp@gentoo
1 commit: 15a9e03c028f3db9a4c1c591995949f25f997bac
2 Author: Elvis Pranskevichus <elvis <AT> magic <DOT> io>
3 AuthorDate: Fri Jun 3 19:41:14 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 09:54:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a9e03c
7
8 dev-util/electron: Add missing dependency (x11-libs/libnotify).
9
10 Package-Manager: portage-2.2.28
11 Gentoo-Bug: https://bugs.gentoo.org/584106
12 Closes: https://github.com/gentoo/gentoo/pull/1598
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 .../{electron-0.36.12-r1.ebuild => electron-0.36.12-r2.ebuild} | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-util/electron/electron-0.36.12-r1.ebuild b/dev-util/electron/electron-0.36.12-r2.ebuild
20 similarity index 99%
21 rename from dev-util/electron/electron-0.36.12-r1.ebuild
22 rename to dev-util/electron/electron-0.36.12-r2.ebuild
23 index 01be177..1c29ab5 100644
24 --- a/dev-util/electron/electron-0.36.12-r1.ebuild
25 +++ b/dev-util/electron/electron-0.36.12-r2.ebuild
26 @@ -5,7 +5,7 @@
27 EAPI="5"
28 PYTHON_COMPAT=( python2_7 )
29
30 -CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
31 +CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_419 et fa fi fil fr gu he
32 hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr
33 sv sw ta te th tr uk vi zh_CN zh_TW"
34
35 @@ -102,6 +102,7 @@ RDEPEND=">=app-accessibility/speech-dispatcher-0.8:=
36 x11-libs/gdk-pixbuf:=
37 x11-libs/gtk+:2=
38 x11-libs/libdrm
39 + x11-libs/libnotify:=
40 x11-libs/libX11:=
41 x11-libs/libXcomposite:=
42 x11-libs/libXcursor:=