diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 15:22:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-12 15:24:59 +0000 |
commit | 237323a8d3fb82f0c44847a8ad0d862db21fe9d1 (patch) | |
tree | a7cc9756b56857cabdfa58ca5f86733bc7bed0d6 /dev-util/codeblocks | |
parent | net-misc/icaclient: Removed old (diff) | |
download | gentoo-237323a8d3fb82f0c44847a8ad0d862db21fe9d1.tar.gz gentoo-237323a8d3fb82f0c44847a8ad0d862db21fe9d1.tar.bz2 gentoo-237323a8d3fb82f0c44847a8ad0d862db21fe9d1.zip |
dev-util/codeblocks: Stabilize 20.03-r2 amd64, #775296
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/codeblocks-20.03-r2.ebuild | 4 |
1 files 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 16fbd94b7720..cf1336f6f606 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" |