From: Harri Nieminen Date: Mon, 20 Mar 2017 09:42:12 +0000 (+0200) Subject: dev-embedded/sgpp-lite-arm-linux-bin: Fix toolong DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4ca0f7bad138336adef221845c1a8518d4865b54;p=gentoo.git dev-embedded/sgpp-lite-arm-linux-bin: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 --- diff --git a/dev-embedded/sgpp-lite-arm-linux-bin/sgpp-lite-arm-linux-bin-2010.09.50.ebuild b/dev-embedded/sgpp-lite-arm-linux-bin/sgpp-lite-arm-linux-bin-2010.09.50.ebuild index a6b275b6572a..7ae3163fd884 100644 --- a/dev-embedded/sgpp-lite-arm-linux-bin/sgpp-lite-arm-linux-bin-2010.09.50.ebuild +++ b/dev-embedded/sgpp-lite-arm-linux-bin/sgpp-lite-arm-linux-bin-2010.09.50.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-linux-gnueabi" 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"