diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:28 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:21 +0200 |
commit | 09b909daffc6bd40cc2cc4d1ee790779ff2869f6 (patch) | |
tree | 37d31622802eaa17bdd0713dbfcbd86bead233c1 /dev-libs | |
parent | dev-libs/dee: Fix toolong DESCRIPTION (diff) | |
download | gentoo-09b909daffc6bd40cc2cc4d1ee790779ff2869f6.tar.gz gentoo-09b909daffc6bd40cc2cc4d1ee790779ff2869f6.tar.bz2 gentoo-09b909daffc6bd40cc2cc4d1ee790779ff2869f6.zip |
dev-libs/elfio: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/elfio/elfio-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/elfio/elfio-1.0.3.ebuild b/dev-libs/elfio/elfio-1.0.3.ebuild index 91852fc49c3d..aeb90436b2b8 100644 --- a/dev-libs/elfio/elfio-1.0.3.ebuild +++ b/dev-libs/elfio/elfio-1.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils autotools MY_P=ELFIO-${PV} -DESCRIPTION="ELF (Executable and Linkable Format) reader and producer implemented as a C++ library" +DESCRIPTION="ELF reader and producer implemented as a C++ library" HOMEPAGE="http://elfio.sourceforge.net/" SRC_URI="mirror://sourceforge/elfio/${MY_P}.tar.gz" |