commit: 1fcef5e781313e7759e59430562f18278a6e5e92 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Wed Sep 16 15:51:35 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Wed Sep 16 15:51:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcef5e7
Fix breakage caused by overzealous unmasking While rubberband became available on ~alpha, there is no stable version for mpv to depend on. Thus move the masked introduced in commit 0ccb06790085936e2da1832e5bf1d1b637d6c54a toarch/alpha/package.use.stable.mask profiles/arch/alpha/package.use.stable.mask | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/profiles/arch/alpha/package.use.stable.mask b/profiles/arch/alpha/package.use.stable.mask index 35f6cc4..fc225a3 100644 --- a/profiles/arch/alpha/package.use.stable.mask +++ b/profiles/arch/alpha/package.use.stable.mask @@ -18,6 +18,17 @@ #--- END OF EXAMPLES --- +# Tobias Klausmann <[email protected]> (16 Sep 2015) +# Move this mask here (from package.use.mask) until rubberband goes stable. +# Also see commit 0ccb06790085936e2da1832e5bf1d1b637d6c54a +# Ben de Groot <[email protected]> (03 May 2015) +# media-libs/rubberband lacks alpha keyword, bug #548446 +media-video/mpv rubberband + +# Tobias Klausmann <[email protected]> (29 Jul 2015) +# Mask webkit so the dep can stay ~alpha forever +>=x11-libs/wxGTK-3.0.2.0-r1 webkit + # Pacho Ramos <[email protected]> (02 Jul 2014) # Mask due Gnome3 not going to be stabilized on this arch dev-util/geany-plugins devhelp markdown webkit @@ -29,7 +40,3 @@ media-plugins/gst-plugins-meta modplug net-libs/libproxy webkit >=net-libs/webkit-gtk-2.4 geoloc x11-libs/gksu gnome - -# Tobias Klausmann <[email protected]> (29 Jul 2015) -# Mask webkit so the dep can stay ~alpha forever ->=x11-libs/wxGTK-3.0.2.0-r1 webkit
