commit: d68fe71bb07f5da8f1514e2b9ca8b8a3a74f1a02 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Sun Oct 18 10:44:12 2015 +0000 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Sun Oct 18 10:44:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=d68fe71b
added package.use.mask profiles/ChangeLog | 3 +++ profiles/package.use.mask | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 5077235..6bcb23a 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Oct 2015; Joerg Bornkessel <[email protected]> +package.use.mask: + added package.use.mask + 27 Sep 2015; Joerg Bornkessel <[email protected]> package.mask: vdr-2.3.1 tmp masked, bcs 99% plugins will fail on compile diff --git a/profiles/package.use.mask b/profiles/package.use.mask new file mode 100644 index 0000000..46647a5 --- /dev/null +++ b/profiles/package.use.mask @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# When you add an entry to the top of this file, add your name, the date, and +# an explanation of why something is getting masked. Please be extremely +# careful not to commit atoms that are not valid, as it can cause large-scale +# breakage, especially if it ends up in the daily snapshot. +# +## Example: +## +## # Dev E. Loper <[email protected]> (28 Jun 2012) +## # Masking foo USE flag until we can get the +## # foo stuff to work properly again (bug 12345) +## =media-video/mplayer-0.90_pre5 foo +## =media-video/mplayer-0.90_pre5-r1 foo +# + +#--- END OF EXAMPLES --- + +# Joerg Bornkessel <[email protected]> (17 Oct 2015) +# tmp masked duing strong changes in core vdr +=media-video/vdr-2.3.1 alternatechannel permashift_v1 ttxtsubs
