diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-02 01:57:55 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-02 01:57:55 +0000 |
commit | fb40572e495d9af7a1454ff8af717c9524c52008 (patch) | |
tree | 176f81819d542898e4d96bd63c707c9ea500130d /profiles/targets/desktop | |
parent | Fix several issues with configure file, bug #511578 (diff) | |
download | historical-fb40572e495d9af7a1454ff8af717c9524c52008.tar.gz historical-fb40572e495d9af7a1454ff8af717c9524c52008.tar.bz2 historical-fb40572e495d9af7a1454ff8af717c9524c52008.zip |
Make libmediaart installable out of the box in gnome profiles
Diffstat (limited to 'profiles/targets/desktop')
-rw-r--r-- | profiles/targets/desktop/gnome/package.use | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/targets/desktop/gnome/package.use b/profiles/targets/desktop/gnome/package.use index 87e15db5e2a8..e6f4ac29e239 100644 --- a/profiles/targets/desktop/gnome/package.use +++ b/profiles/targets/desktop/gnome/package.use @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v 1.25 2014/04/20 19:45:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v 1.26 2014/06/02 01:57:55 tetromino Exp $ # For eautoreconf in =app-crypt/seahorse-3.10.2-r1 app-crypt/gcr vala @@ -40,6 +40,9 @@ media-libs/grilo playlist # Required for webkit-gtk-2 media-libs/harfbuzz icu +# Pulled in by tracker and grilo-plugins, has REQUIRED_USE="?? ( gtk qt4 qt5 )" +media-libs/libmediaart gtk -qt4 -qt5 + # Pulled in by net-im/telepathy-connection-managers[msn] (via dev-python/papyon # and net-voip/telepathy-butterfly) net-libs/farsight2 python |