commit: 725f9a01e943748c79abddaa103ad8bbf87c0b5d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 22 17:11:53 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 22 17:12:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725f9a01
profiles/base: Enable py3.4 on media-libs/lensfun by default Enable PYTHON_SINGLE_TARGET=python3_4 on media-libs/lensfun in package.use to make it installable in the default configuration. profiles/base/package.use | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 127361d..fe3f610 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -5,8 +5,9 @@ # Pacho Ramos <[email protected]> (26 Jul 2015) # Set here proper defaults to make the packages buildable by default, # bugs #555930 and #472932 -media-sound/gnome-music python_single_target_python3_4 gnome-extra/gnome-builder python_single_target_python3_4 +media-libs/lensfun python_single_target_python3_4 +media-sound/gnome-music python_single_target_python3_4 media-video/pitivi python_single_target_python3_4 # Chí-Thanh Christopher Nguyễn <[email protected]> (27 Jul 2012)
