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 439711382C5 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 67E5BE0958; 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 47984E0958 for ; Sun, 6 May 2018 19:03:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7692D335C9B 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 BC21842 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: <1525633366.b5f4156b26f1ef7c7f57402142a880b2f549c9b4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/bastion/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/bastion/bastion-20120620-r1.ebuild X-VCS-Directories: games-rpg/bastion/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b5f4156b26f1ef7c7f57402142a880b2f549c9b4 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: 064488ab-d427-4755-8ee3-d8fe786e2f10 X-Archives-Hash: 078f167038588142778f742087331aa7 commit: b5f4156b26f1ef7c7f57402142a880b2f549c9b4 Author: Matt Turner gentoo org> AuthorDate: Sun May 6 19:00:00 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 6 19:02:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f4156b games-rpg/bastion: Drop mention of media-libs/libtxc_dxtn Bug: https://bugs.gentoo.org/654468 games-rpg/bastion/bastion-20120620-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/games-rpg/bastion/bastion-20120620-r1.ebuild b/games-rpg/bastion/bastion-20120620-r1.ebuild index d7f001068b7..56c1f4d020f 100644 --- a/games-rpg/bastion/bastion-20120620-r1.ebuild +++ b/games-rpg/bastion/bastion-20120620-r1.ebuild @@ -76,9 +76,6 @@ pkg_preinst() { pkg_postinst() { games_pkg_postinst - elog "If you are using opensource drivers you should consider installing:" - elog " media-libs/libtxc_dxtn" - gnome2_icon_cache_update }