Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/
Date: Sat, 29 Oct 2016 11:35:51
Message-Id: 1477740937.ec4df4076fdd473a8d2c68d923f835c29d86b7a2.kensington@gentoo
1 commit: ec4df4076fdd473a8d2c68d923f835c29d86b7a2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 11:35:15 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 11:35:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4df407
7
8 gnome-extra/cinnamon: remove invalid USE flag from REQUIRED_USE
9
10 Gentoo-bug: 598342
11
12 Package-Manager: portage-2.3.2
13
14 gnome-extra/cinnamon/cinnamon-2.8.8.ebuild | 2 +-
15 gnome-extra/cinnamon/cinnamon-3.0.6.ebuild | 2 +-
16 gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild | 2 +-
17 gnome-extra/cinnamon/cinnamon-3.0.7.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild b/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild
21 index cf91098..4a341c8 100644
22 --- a/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild
23 +++ b/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild
24 @@ -26,7 +26,7 @@ IUSE="+nls +networkmanager" #+bluetooth
25 # We need *both* python 2.7 and 3.x
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}
27 python_targets_python2_7
28 - || ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
29 + || ( python_targets_python3_4 python_targets_python3_5 )
30 "
31
32 KEYWORDS="amd64 x86"
33
34 diff --git a/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild b/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild
35 index 4a06a2d..c7b8dbf 100644
36 --- a/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild
37 +++ b/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild
38 @@ -26,7 +26,7 @@ IUSE="+nls +networkmanager" #+bluetooth
39 # We need *both* python 2.7 and 3.x
40 REQUIRED_USE="${PYTHON_REQUIRED_USE}
41 python_targets_python2_7
42 - || ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
43 + || ( python_targets_python3_4 python_targets_python3_5 )
44 "
45
46 KEYWORDS="~amd64 ~x86"
47
48 diff --git a/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild b/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild
49 index 91c76c4..db72f00 100644
50 --- a/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild
51 +++ b/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild
52 @@ -26,7 +26,7 @@ IUSE="+nls +networkmanager" #+bluetooth
53 # We need *both* python 2.7 and 3.x
54 REQUIRED_USE="${PYTHON_REQUIRED_USE}
55 python_targets_python2_7
56 - || ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
57 + || ( python_targets_python3_4 python_targets_python3_5 )
58 "
59
60 KEYWORDS="~amd64 ~x86"
61
62 diff --git a/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild b/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild
63 index 254e7fa..dc5672e 100644
64 --- a/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild
65 +++ b/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild
66 @@ -26,7 +26,7 @@ IUSE="+nls +networkmanager" #+bluetooth
67 # We need *both* python 2.7 and 3.x
68 REQUIRED_USE="${PYTHON_REQUIRED_USE}
69 python_targets_python2_7
70 - || ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 )
71 + || ( python_targets_python3_4 python_targets_python3_5 )
72 "
73
74 KEYWORDS="amd64 x86"