dev-embedded/libdisasm: Fix toolong DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Mon, 20 Mar 2017 09:28:01 +0000 (11:28 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 23 Mar 2017 20:51:51 +0000 (21:51 +0100)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253

dev-embedded/libdisasm/libdisasm-0.23.ebuild

index a04d49eb0789c367b76b20302b6aef4cd919135d..311207917f6263b11995d2016e74455d7da4a406 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
-DESCRIPTION="Library for providing basic disassembly of Intel x86 instructions from a binary stream"
+DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream"
 HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
 SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz"