From: Harri Nieminen Date: Thu, 16 Feb 2017 18:24:03 +0000 (+0200) Subject: app-arch/upx-bin: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6f0928fd5841d1fc457efa8c19207facead4b173;p=gentoo.git app-arch/upx-bin: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 --- diff --git a/app-arch/upx-bin/upx-bin-3.91.ebuild b/app-arch/upx-bin/upx-bin-3.91.ebuild index 261b8d7e9fa7..943d95532276 100644 --- a/app-arch/upx-bin/upx-bin-3.91.ebuild +++ b/app-arch/upx-bin/upx-bin-3.91.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 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" inherit pax-utils MY_P="${PN/-bin}-${PV}" -DESCRIPTION="Ultimate Packer for eXecutables (binary version with proprietary NRV compression)" +DESCRIPTION="Ultimate Packer for eXecutables, binary version with proprietary NRV compression" HOMEPAGE="http://upx.sourceforge.net/" SRC_URI="x86? ( http://upx.sourceforge.net/download/${MY_P}-i386_linux.tar.bz2 ) amd64? ( http://upx.sourceforge.net/download/${MY_P}-amd64_linux.tar.bz2 )