diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 20:24:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:11 +0100 |
commit | 6f0928fd5841d1fc457efa8c19207facead4b173 (patch) | |
tree | 1d8afa9065eaefc8cde965befaae22b0c162527d /app-arch | |
parent | app-arch/lziprecover: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-6f0928fd5841d1fc457efa8c19207facead4b173.tar.gz gentoo-6f0928fd5841d1fc457efa8c19207facead4b173.tar.bz2 gentoo-6f0928fd5841d1fc457efa8c19207facead4b173.zip |
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
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx-bin/upx-bin-3.91.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |