From: Harri Nieminen Date: Mon, 20 Mar 2017 09:28:01 +0000 (+0200) Subject: dev-embedded/libdisasm: Fix toolong DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6168c84258a772d543f706b00019456c97de33fa;p=gentoo.git dev-embedded/libdisasm: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 --- diff --git a/dev-embedded/libdisasm/libdisasm-0.23.ebuild b/dev-embedded/libdisasm/libdisasm-0.23.ebuild index a04d49eb0789..311207917f62 100644 --- a/dev-embedded/libdisasm/libdisasm-0.23.ebuild +++ b/dev-embedded/libdisasm/libdisasm-0.23.ebuild @@ -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"