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 CC0D1138332 for ; Sun, 6 May 2018 19:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C828FE095D; Sun, 6 May 2018 19:03:39 +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 A6774E095C for ; Sun, 6 May 2018 19:03:39 +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 A061B335C9C for ; Sun, 6 May 2018 19:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A993B41 for ; Sun, 6 May 2018 19:03:34 +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: <1525633365.63ea7b89afa6c1953fcc7419d863a67c9c47732e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/xonotic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/xonotic/xonotic-0.8.2.ebuild X-VCS-Directories: games-fps/xonotic/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 63ea7b89afa6c1953fcc7419d863a67c9c47732e X-VCS-Branch: master Date: Sun, 6 May 2018 19:03:34 +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: b4fea2f2-2536-42c5-9695-eb697acaa871 X-Archives-Hash: 696402a97004fb8f558e18f2461e2c48 commit: 63ea7b89afa6c1953fcc7419d863a67c9c47732e Author: Matt Turner gentoo org> AuthorDate: Sun May 6 18:59:19 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 6 19:02:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ea7b89 games-fps/xonotic: Drop mention of media-libs/libtxc_dxtn Bug: https://bugs.gentoo.org/654468 games-fps/xonotic/xonotic-0.8.2.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/games-fps/xonotic/xonotic-0.8.2.ebuild b/games-fps/xonotic/xonotic-0.8.2.ebuild index 5041c1379a7..2ad7334b448 100644 --- a/games-fps/xonotic/xonotic-0.8.2.ebuild +++ b/games-fps/xonotic/xonotic-0.8.2.ebuild @@ -111,8 +111,3 @@ src_install() { insinto "/usr/share/${PN}" doins -r key_0.d0pk server data } - -pkg_postinst() { - elog "If you are using opensource drivers you should consider installing: " - elog " media-libs/libtxc_dxtn" -}