commit: 8d4aadd695dfcdbdb8e06a025bdc94674b7819b2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Mon Mar 20 09:27:20 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 20:51:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4aadd6
dev-embedded/jtag: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 dev-embedded/jtag/jtag-0.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/jtag/jtag-0.5.1-r1.ebuild b/dev-embedded/jtag/jtag-0.5.1-r1.ebuild index 1838761386a..d6ffcb47a47 100644 --- a/dev-embedded/jtag/jtag-0.5.1-r1.ebuild +++ b/dev-embedded/jtag/jtag-0.5.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit eutils -DESCRIPTION="Software for working with JTAG-aware (IEEE 1149.1) devices (parts) and boards through JTAG adapter" +DESCRIPTION="Tool for working with JTAG-aware devices and boards through JTAG adapter" HOMEPAGE="http://openwince.sourceforge.net/jtag/" SRC_URI="mirror://sourceforge/openwince/${P}.tar.bz2"
