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 22B121382C5 for ; Fri, 12 Mar 2021 15:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62391E0A7D; Fri, 12 Mar 2021 15:25:22 +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 47059E0A7D for ; Fri, 12 Mar 2021 15:25:22 +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 5DAFD340BD3 for ; Fri, 12 Mar 2021 15:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0659C3 for ; Fri, 12 Mar 2021 15:25:19 +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: <1615562699.237323a8d3fb82f0c44847a8ad0d862db21fe9d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codeblocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/codeblocks/codeblocks-20.03-r2.ebuild X-VCS-Directories: dev-util/codeblocks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 237323a8d3fb82f0c44847a8ad0d862db21fe9d1 X-VCS-Branch: master Date: Fri, 12 Mar 2021 15:25:19 +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: 49033f90-ee72-4866-981c-87e826c18818 X-Archives-Hash: 03c293b06ba209995ac2dd63ae3e6fc2 commit: 237323a8d3fb82f0c44847a8ad0d862db21fe9d1 Author: Sam James gentoo org> AuthorDate: Fri Mar 12 15:22:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 12 15:24:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237323a8 dev-util/codeblocks: Stabilize 20.03-r2 amd64, #775296 Signed-off-by: Sam James gentoo.org> dev-util/codeblocks/codeblocks-20.03-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/codeblocks/codeblocks-20.03-r2.ebuild b/dev-util/codeblocks/codeblocks-20.03-r2.ebuild index 16fbd94b772..cf1336f6f60 100644 --- a/dev-util/codeblocks/codeblocks-20.03-r2.ebuild +++ b/dev-util/codeblocks/codeblocks-20.03-r2.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 @@ -11,7 +11,7 @@ DESCRIPTION="The open source, cross platform, free C, C++ and Fortran IDE" HOMEPAGE="https://codeblocks.org/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz https://dev.gentoo.org/~leio/distfiles/${P}-fortran.tar.xz https://dev.gentoo.org/~leio/distfiles/${P}-fortran-update-v1.7.tar.xz"