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 BD19F138239 for ; Tue, 9 Feb 2021 19:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2B8CE0886; Tue, 9 Feb 2021 19:59:29 +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 D5AD9E0886 for ; Tue, 9 Feb 2021 19:59:29 +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 BE8EA340E1F for ; Tue, 9 Feb 2021 19:59:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59A3247 for ; Tue, 9 Feb 2021 19:59:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612900762.a910274489dc79f79736cdcd542fd1a8be180d30.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild dev-qt/qt-creator/qt-creator-4.12.3.ebuild dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a910274489dc79f79736cdcd542fd1a8be180d30 X-VCS-Branch: master Date: Tue, 9 Feb 2021 19:59:27 +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: 40edb647-1193-4c0f-a8da-bfcc449c20ce X-Archives-Hash: d8788a51d8e375fdcf4f4af1f91708c9 commit: a910274489dc79f79736cdcd542fd1a8be180d30 Author: Sam James gentoo org> AuthorDate: Tue Feb 9 19:59:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 19:59:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9102744 dev-qt/qt-creator: sys-devel/gdb[client] is gone It's now always on. Fixes: 2aa76f92308d2b745bf47b9ca94937f125301691 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../{qt-creator-4.12.3.ebuild => qt-creator-4.12.3-r1.ebuild} | 4 ++-- dev-qt/qt-creator/qt-creator-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-4.12.3.ebuild b/dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild similarity index 99% rename from dev-qt/qt-creator/qt-creator-4.12.3.ebuild rename to dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild index 27a1d4838af..5e676fcc1ce 100644 --- a/dev-qt/qt-creator/qt-creator-4.12.3.ebuild +++ b/dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -94,7 +94,7 @@ DEPEND="${CDEPEND} ) " RDEPEND="${CDEPEND} - sys-devel/gdb[client,python] + sys-devel/gdb[python] cmake? ( dev-util/cmake ) cppcheck? ( dev-util/cppcheck ) cvs? ( dev-vcs/cvs ) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 926ec1ce7a6..e9e7c228800 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -94,7 +94,7 @@ DEPEND="${CDEPEND} ) " RDEPEND="${CDEPEND} - sys-devel/gdb[client,python] + sys-devel/gdb[python] autotools? ( sys-devel/autoconf ) cmake? ( >=dev-util/cmake-3.14 ) cppcheck? ( dev-util/cppcheck )