Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sun, 22 Nov 2015 17:13:12
Message-Id: 1448212375.725f9a01e943748c79abddaa103ad8bbf87c0b5d.mgorny@gentoo
1 commit: 725f9a01e943748c79abddaa103ad8bbf87c0b5d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 22 17:11:53 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 22 17:12:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725f9a01
7
8 profiles/base: Enable py3.4 on media-libs/lensfun by default
9
10 Enable PYTHON_SINGLE_TARGET=python3_4 on media-libs/lensfun in
11 package.use to make it installable in the default configuration.
12
13 profiles/base/package.use | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/base/package.use b/profiles/base/package.use
17 index 127361d..fe3f610 100644
18 --- a/profiles/base/package.use
19 +++ b/profiles/base/package.use
20 @@ -5,8 +5,9 @@
21 # Pacho Ramos <pacho@g.o> (26 Jul 2015)
22 # Set here proper defaults to make the packages buildable by default,
23 # bugs #555930 and #472932
24 -media-sound/gnome-music python_single_target_python3_4
25 gnome-extra/gnome-builder python_single_target_python3_4
26 +media-libs/lensfun python_single_target_python3_4
27 +media-sound/gnome-music python_single_target_python3_4
28 media-video/pitivi python_single_target_python3_4
29
30 # Chí-Thanh Christopher Nguyễn <chithanh@g.o> (27 Jul 2012)