commit: 1f4f4d2e8ac4ee224a56193df4cdcaca21fdc397 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Mon Mar 20 09:38:05 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 20:52:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4f4d2e
dev-embedded/scratchbox-devkit-svn: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild index 58d475d07e6..f784da564ce 100644 --- a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild +++ b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 SBOX_GROUP="sbox" -DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" +DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" HOMEPAGE="http://www.scratchbox.org/" SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz" LICENSE="GPL-2"
