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 C013A138330 for ; Thu, 29 Sep 2016 17:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D18BE0818; Thu, 29 Sep 2016 17:45:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0307CE081C for ; Thu, 29 Sep 2016 17:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E84FA340688 for ; Thu, 29 Sep 2016 17:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 359C72498 for ; Thu, 29 Sep 2016 17:45:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475171098.18e83058cd50293f067a363ba6e36dc720b5ecb2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXi/libXi-1.7.6.ebuild X-VCS-Directories: x11-libs/libXi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 18e83058cd50293f067a363ba6e36dc720b5ecb2 X-VCS-Branch: master Date: Thu, 29 Sep 2016 17:45:15 +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: b6746fe7-8034-4dac-83ef-dbbe7a470157 X-Archives-Hash: e3b0dfa5344acd5193193cc33b6f5c37 commit: 18e83058cd50293f067a363ba6e36dc720b5ecb2 Author: Pacho Ramos gentoo org> AuthorDate: Thu Sep 29 17:24:57 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Sep 29 17:44:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e83058 x11-libs/libXi: Drop useless warning message, if this is needed again in a future version, subslots rebuilding could be used instead of requiring manual action (#487130) Package-Manager: portage-2.3.0 x11-libs/libXi/libXi-1.7.6.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/x11-libs/libXi/libXi-1.7.6.ebuild b/x11-libs/libXi/libXi-1.7.6.ebuild index 14d6bd2..0218137 100644 --- a/x11-libs/libXi/libXi-1.7.6.ebuild +++ b/x11-libs/libXi/libXi-1.7.6.ebuild @@ -29,10 +29,3 @@ src_configure() { ) xorg-2_src_configure } - -pkg_postinst() { - xorg-2_pkg_postinst - - ewarn "Some special keys and keyboard layouts may stop working." - ewarn "To fix them, recompile xorg-server." -}