diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-29 19:24:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-29 19:44:58 +0200 |
commit | 18e83058cd50293f067a363ba6e36dc720b5ecb2 (patch) | |
tree | e3000b9c571dbf1492e3e2840648ed1a75ed4fbc /x11-libs/libXi | |
parent | x11-misc/virtualgl: Drop old (diff) | |
download | gentoo-18e83058cd50293f067a363ba6e36dc720b5ecb2.tar.gz gentoo-18e83058cd50293f067a363ba6e36dc720b5ecb2.tar.bz2 gentoo-18e83058cd50293f067a363ba6e36dc720b5ecb2.zip |
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
Diffstat (limited to 'x11-libs/libXi')
-rw-r--r-- | x11-libs/libXi/libXi-1.7.6.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-libs/libXi/libXi-1.7.6.ebuild b/x11-libs/libXi/libXi-1.7.6.ebuild index 14d6bd2dbe4e..021813771f63 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." -} |