Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/
Date: Thu, 29 Sep 2016 17:45:21
Message-Id: 1475171098.18e83058cd50293f067a363ba6e36dc720b5ecb2.pacho@gentoo
1 commit: 18e83058cd50293f067a363ba6e36dc720b5ecb2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 17:24:57 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 17:44:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e83058
7
8 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)
9
10 Package-Manager: portage-2.3.0
11
12 x11-libs/libXi/libXi-1.7.6.ebuild | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/x11-libs/libXi/libXi-1.7.6.ebuild b/x11-libs/libXi/libXi-1.7.6.ebuild
16 index 14d6bd2..0218137 100644
17 --- a/x11-libs/libXi/libXi-1.7.6.ebuild
18 +++ b/x11-libs/libXi/libXi-1.7.6.ebuild
19 @@ -29,10 +29,3 @@ src_configure() {
20 )
21 xorg-2_src_configure
22 }
23 -
24 -pkg_postinst() {
25 - xorg-2_pkg_postinst
26 -
27 - ewarn "Some special keys and keyboard layouts may stop working."
28 - ewarn "To fix them, recompile xorg-server."
29 -}