commit: 3d2434b82e3eb1569fac0a68df891d6147f64c9b Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Mon Mar 20 09:41:36 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 20:52:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2434b8
dev-embedded/sgpp-lite-arm-eabi-bin: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 .../sgpp-lite-arm-eabi-bin/sgpp-lite-arm-eabi-bin-2010.09.51.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/sgpp-lite-arm-eabi-bin/sgpp-lite-arm-eabi-bin-2010.09.51.ebuild b/dev-embedded/sgpp-lite-arm-eabi-bin/sgpp-lite-arm-eabi-bin-2010.09.51.ebuild index 9c7a8f6b74a..0fe1066bee8 100644 --- a/dev-embedded/sgpp-lite-arm-eabi-bin/sgpp-lite-arm-eabi-bin-2010.09.51.ebuild +++ b/dev-embedded/sgpp-lite-arm-eabi-bin/sgpp-lite-arm-eabi-bin-2010.09.51.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 CPU="arm" @@ -6,7 +6,7 @@ TARGET="arm-none-eabi" HOST="i686-pc-linux-gnu" MY_P="${CPU}-${PV%.*}-${PV##*.}-${TARGET}-${HOST}" -DESCRIPTION="regular, validated releases of the GNU Toolchain for ${CPU} processors by CodeSourcery" +DESCRIPTION="Regular, validated releases of the GNU Toolchain for ${CPU} processors" HOMEPAGE="http://www.codesourcery.com/sgpp/lite/${CPU}" SRC_URI="http://www.codesourcery.com/public/gnu_toolchain/${TARGET}/${MY_P}.tar.bz2"
