mgorny 15/02/21 11:37:26 Modified: ChangeLog package.use.mask Log: Mask non-keyworded qca plugin flags for old qca version, part of https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/27 / https://bugs.funtoo.org/browse/FL-2119.
Revision Changes Path 1.239 profiles/arch/hppa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.239&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.239&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?r1=1.238&r2=1.239 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v retrieving revision 1.238 retrieving revision 1.239 diff -u -r1.238 -r1.239 --- ChangeLog 3 Feb 2015 12:07:38 -0000 1.238 +++ ChangeLog 21 Feb 2015 11:37:26 -0000 1.239 @@ -1,6 +1,11 @@ # ChangeLog for Gentoo/hppa profile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.238 2015/02/03 12:07:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.239 2015/02/21 11:37:26 mgorny Exp $ + + 21 Feb 2015; Michał Górny <[email protected]> package.use.mask: + Mask non-keyworded qca plugin flags for old qca version, part of + https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/27 / + https://bugs.funtoo.org/browse/FL-2119. 03 Feb 2015; Jeroen Roovers <[email protected]> -package.mask, use.mask: Unmask Qt5. 1.154 profiles/arch/hppa/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/package.use.mask?rev=1.154&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/package.use.mask?rev=1.154&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/package.use.mask?r1=1.153&r2=1.154 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- package.use.mask 2 Feb 2015 15:41:21 -0000 1.153 +++ package.use.mask 21 Feb 2015 11:37:26 -0000 1.154 @@ -1,9 +1,15 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v 1.153 2015/02/02 15:41:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v 1.154 2015/02/21 11:37:26 mgorny Exp $ # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <[email protected]>. +# Michał Górny <[email protected]> (21 Feb 2015) +# The external QCA plugins are not keyworded on this arch. Since +# this is only a temporary measure and nothing depends on them, +# just masking them until the new version goes stable. +<app-crypt/qca-2.1 logger pkcs11 sasl + # Jeroen Roovers <[email protected]> (2 Feb 2015) # dev-python/gevent requires dev-python/greenlet which has not been ported to # HPPA (bug #538510)
