diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:27:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:48 +0100 |
commit | 8d4aadd695dfcdbdb8e06a025bdc94674b7819b2 (patch) | |
tree | 286470fea7be9d0fda3002de162044634ae99a8a /dev-embedded | |
parent | dev-embedded/gputils: Fix toolong DESCRIPTION (diff) | |
download | gentoo-8d4aadd695dfcdbdb8e06a025bdc94674b7819b2.tar.gz gentoo-8d4aadd695dfcdbdb8e06a025bdc94674b7819b2.tar.bz2 gentoo-8d4aadd695dfcdbdb8e06a025bdc94674b7819b2.zip |
dev-embedded/jtag: 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/jtag/jtag-0.5.1-r1.ebuild | 4 |
1 files 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 1838761386a3..d6ffcb47a471 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" |