diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-09 13:46:27 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-09 13:46:27 +0100 |
commit | 3b543f1b3cac15f11023064c988c12f94b63afa3 (patch) | |
tree | e0c1b8ab54ac59684192072022f0f8dc2f116809 /dev-util/codeblocks | |
parent | sys-kernel/gentoo-sources: Linux patch 4.14.163 (diff) | |
download | gentoo-3b543f1b3cac15f11023064c988c12f94b63afa3.tar.gz gentoo-3b543f1b3cac15f11023064c988c12f94b63afa3.tar.bz2 gentoo-3b543f1b3cac15f11023064c988c12f94b63afa3.zip |
dev-util/codeblocks: amd64 stable wrt bug #704140
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/codeblocks-17.12-r301.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild index 090c2ad4eb0c..fe3befad34b6 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="The open source, cross platform, free C, C++ and Fortran IDE" HOMEPAGE="http://www.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}_update_astyle_plugin_to_v3.1.patch.xz" |