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 6AB8C138335 for ; Fri, 17 May 2019 07:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 687FCE087C; Fri, 17 May 2019 07:54:58 +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 4F9E2E087C for ; Fri, 17 May 2019 07:54:58 +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 AF964344918 for ; Fri, 17 May 2019 07:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24FEB5E7 for ; Fri, 17 May 2019 07:54:55 +0000 (UTC) From: "William Breathitt Gray" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Breathitt Gray" Message-ID: <1558079687.97477d52fab3c03272f10e9ba9eeb33680cce735.vilhelm.gray@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/crispy-doom/crispy-doom-5.5.2.ebuild X-VCS-Directories: games-fps/crispy-doom/ X-VCS-Committer: vilhelm.gray X-VCS-Committer-Name: William Breathitt Gray X-VCS-Revision: 97477d52fab3c03272f10e9ba9eeb33680cce735 X-VCS-Branch: dev Date: Fri, 17 May 2019 07:54:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f105184-0b5f-4f8c-a022-7dd292fb6463 X-Archives-Hash: adf37e5c06b9371033c40255e242a8bf commit: 97477d52fab3c03272f10e9ba9eeb33680cce735 Author: William Breathitt Gray gmail com> AuthorDate: Fri May 17 07:54:11 2019 +0000 Commit: William Breathitt Gray gmail com> CommitDate: Fri May 17 07:54:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97477d52 games-fps/crispy-doom: Remove unnecessary bash-completion dependency Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray gmail.com> games-fps/crispy-doom/crispy-doom-5.5.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild index 641dc01..38d7a77 100644 --- a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild +++ b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz" LICENSE="BSD GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bash-completion libsamplerate png python timidity +vorbis zlib" +IUSE="libsamplerate png python timidity +vorbis zlib" DEPEND=" media-libs/libsdl2 @@ -23,7 +23,6 @@ DEPEND=" zlib? ( sys-libs/zlib )" RDEPEND=" ${DEPEND} - bash-completion? ( app-shells/bash-completion ) python? ( dev-lang/python dev-python/pillow