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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95AF4158094 for ; Sat, 24 Sep 2022 13:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE34E0A45; Sat, 24 Sep 2022 13:46:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3ED9E0A45 for ; Sat, 24 Sep 2022 13:46:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFF86340834 for ; Sat, 24 Sep 2022 13:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45EDD525 for ; Sat, 24 Sep 2022 13:46:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1664027188.f964fd5d25f28a2b945d0b4c94563c6e0c4b8865.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-mud/kmuddy/ X-VCS-Repository: proj/kde X-VCS-Files: games-mud/kmuddy/kmuddy-9999.ebuild X-VCS-Directories: games-mud/kmuddy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f964fd5d25f28a2b945d0b4c94563c6e0c4b8865 X-VCS-Branch: master Date: Sat, 24 Sep 2022 13:46:48 +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: e9c23e2e-5cd8-4136-a6f1-32d06eb201dc X-Archives-Hash: 6fcb80c1469166835e4f2764bb48a943 commit: f964fd5d25f28a2b945d0b4c94563c6e0c4b8865 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 13:01:52 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 13:46:28 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f964fd5d games-mud/kmuddy: Drop obsolete blocker Signed-off-by: Andreas Sturmlechner gentoo.org> games-mud/kmuddy/kmuddy-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/games-mud/kmuddy/kmuddy-9999.ebuild b/games-mud/kmuddy/kmuddy-9999.ebuild index fe9cd10026..e21c520797 100644 --- a/games-mud/kmuddy/kmuddy-9999.ebuild +++ b/games-mud/kmuddy/kmuddy-9999.ebuild @@ -39,9 +39,7 @@ DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 " -RDEPEND="${DEPEND} - !games-mud/kmuddy:4 -" +RDEPEND="${DEPEND}" DOC=( AUTHORS README CHANGELOG Scripting-HOWTO TODO DESIGN )