diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-06-22 21:27:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-06-22 21:27:38 +0000 |
commit | aa5a54ae0d5dc4e170296a79d55b5abc96e064dd (patch) | |
tree | 06ff237db36e64011d19e0183afc99ffbde676a6 /profiles | |
parent | Fix tests running (#513502 by Emeric Maschino) (diff) | |
download | gentoo-2-aa5a54ae0d5dc4e170296a79d55b5abc96e064dd.tar.gz gentoo-2-aa5a54ae0d5dc4e170296a79d55b5abc96e064dd.tar.bz2 gentoo-2-aa5a54ae0d5dc4e170296a79d55b5abc96e064dd.zip |
Mask keytouch* for removal (#371839)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index b50570548277..8ae8229b4586 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9105 2014/06/22 21:05:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9106 2014/06/22 21:27:38 pacho Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 22 Jun 2014; Pacho Ramos <pacho@gentoo.org> package.mask: + Mask keytouch* for removal (#371839) + 22 Jun 2014; Alexandre Rostovtsev <tetromino@gentoo.org> package.mask: Mask >=dev-libs/libgit2-glib-0.0.14 until a compatible gitg version is released (bug #514468). diff --git a/profiles/package.mask b/profiles/package.mask index 87b064fef089..d861ad729056 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15810 2014/06/22 21:05:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15811 2014/06/22 21:27:38 pacho Exp $ # # 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 @@ -30,6 +30,12 @@ #--- END OF EXAMPLES --- +# Pacho Ramos <pacho@gentoo.org> (22 Jun 2014) +# Underlinking issues, upstream dead for ages, still relies +# on gnome2 stuff, bug #371839. Removal in a month. +x11-misc/keytouch +x11-misc/keytouch-editor + # Alexandre Rostovtsev <tetromino@gentoo.org> (22 Jun 2014) # Breaks gitg-0.3.2 (most recent released version), bug #514468 >=dev-libs/libgit2-glib-0.0.14 |