diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:38:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:52:27 +0100 |
commit | 08c60c87225be69fc36b4e3fdfe9709e3860cbb4 (patch) | |
tree | f1dfb10604d66292ac8546a4e8335cfd932a90dd /dev-embedded | |
parent | dev-embedded/scratchbox-devkit-svn: Fix toolong DESCRIPTION (diff) | |
download | gentoo-08c60c87225be69fc36b4e3fdfe9709e3860cbb4.tar.gz gentoo-08c60c87225be69fc36b4e3fdfe9709e3860cbb4.tar.bz2 gentoo-08c60c87225be69fc36b4e3fdfe9709e3860cbb4.zip |
dev-embedded/scratchbox2: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild index 7cd85ce8cb49..9fd9257fb6ca 100644 --- a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild +++ b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -8,7 +8,7 @@ inherit autotools eutils multilib toolchain-funcs MY_PN="${PN/cratch}" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" +DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" HOMEPAGE="https://www.freedesktop.org/wiki/Software/sbox2" SRC_URI="https://cgit.freedesktop.org/${MY_PN}/snapshot/${MY_P}.tar.bz2" |