From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8B1C138334 for ; Fri, 2 Nov 2018 21:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8A5E0874; Fri, 2 Nov 2018 21:29:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78906E0874 for ; Fri, 2 Nov 2018 21:29:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA6A6335C38 for ; Fri, 2 Nov 2018 21:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC8EC435 for ; Fri, 2 Nov 2018 21:29:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1541194068.652d080eb5d297c4955d9d54199d81211f6678d6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 652d080eb5d297c4955d9d54199d81211f6678d6 X-VCS-Branch: master Date: Fri, 2 Nov 2018 21:29:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed25f794-6afb-48dc-8d70-e2dc7c40570a X-Archives-Hash: 25317772a2d752d08e812d4664c14955 commit: 652d080eb5d297c4955d9d54199d81211f6678d6 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 2 21:27:48 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 2 21:27:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652d080e profiles: Mask x11-drivers/xf86-input-tslib for removal Bug: https://bugs.gentoo.org/664096 Signed-off-by: Matt Turner gentoo.org> profiles/base/use.mask | 4 ++++ profiles/package.mask | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6082a468925..66ff1e1f71b 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner (02 Nov 2018) +# xf86-input-tslib is dead and is masked for removal. Bug #664096 +input_devices_tslib + # Aaron W. Swenson (09 Sep 2018) # Mask PostgreSQL 12 while in (pre-)alpha. postgres_targets_postgres12 diff --git a/profiles/package.mask b/profiles/package.mask index d166fc41bc5..1a38ca2401c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Matt Turner (02 Nov 2018) +# Dead and unusable with latest xserver. Masked for removal in 30 days. +# Bug #664096 +x11-drivers/xf86-input-tslib + # Mart Raudsepp (02 Nov 2018) # Old x11-libs/goocanvas:0 SLOT python bindings, not used by anything. # New x11-libs/goocanvas:2.0 with introspection should be used instead.