diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 21:38:06 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:13 +0200 |
commit | e236fd5a31481f0d5449586e4b0ae64785b3c457 (patch) | |
tree | 36b740230fe1b589b005b8e99ade3f74d98fe08a /dev-java | |
parent | dev-java/netty-buffer: fix toolong DESCRIPTION. (diff) | |
download | gentoo-e236fd5a31481f0d5449586e4b0ae64785b3c457.tar.gz gentoo-e236fd5a31481f0d5449586e4b0ae64785b3c457.tar.bz2 gentoo-e236fd5a31481f0d5449586e4b0ae64785b3c457.zip |
dev-java/netty-common: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/netty-common/netty-common-4.0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/netty-common/netty-common-4.0.21.ebuild b/dev-java/netty-common/netty-common-4.0.21.ebuild index 9c01ccf4c53f..188eed46074b 100644 --- a/dev-java/netty-common/netty-common-4.0.21.ebuild +++ b/dev-java/netty-common/netty-common-4.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple MY_PN="netty" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Async event-driven framework for rapid development of high performance network applications" +DESCRIPTION="Async event-driven framework for high performance network applications" HOMEPAGE="http://netty.io/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz" |