diff options
author | David Seifert <soap@gentoo.org> | 2017-01-20 19:55:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-20 19:55:48 +0100 |
commit | 78d059feec5f5d81c4c8d4cbdaff11d09f3bd44c (patch) | |
tree | 776e8bb24658677135a78846104ce81fdfcd552f | |
parent | dev-python/python-distutils-extra: bump to 2.39, add py3.5, pypy3 (diff) | |
download | gentoo-78d059feec5f5d81c4c8d4cbdaff11d09f3bd44c.tar.gz gentoo-78d059feec5f5d81c4c8d4cbdaff11d09f3bd44c.tar.bz2 gentoo-78d059feec5f5d81c4c8d4cbdaff11d09f3bd44c.zip |
media-libs/opus: Fix overlong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | media-libs/opus/opus-1.1.3.ebuild | 2 | ||||
-rw-r--r-- | media-libs/opus/opus-1.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/opus/opus-1.2_alpha.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/opus/opus-1.1.3.ebuild b/media-libs/opus/opus-1.1.3.ebuild index 42d8e502fa7b..46d6eac8e2b2 100644 --- a/media-libs/opus/opus-1.1.3.ebuild +++ b/media-libs/opus/opus-1.1.3.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd" fi -DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet" +DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio" HOMEPAGE="http://opus-codec.org/" SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" diff --git a/media-libs/opus/opus-1.1.ebuild b/media-libs/opus/opus-1.1.ebuild index 205c25b4ba93..3b82e6937fc0 100644 --- a/media-libs/opus/opus-1.1.ebuild +++ b/media-libs/opus/opus-1.1.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 # $Id$ @@ -14,7 +14,7 @@ else KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd" fi -DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet" +DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio" HOMEPAGE="http://opus-codec.org/" SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" diff --git a/media-libs/opus/opus-1.2_alpha.ebuild b/media-libs/opus/opus-1.2_alpha.ebuild index 79f8f61e5992..6123875badcb 100644 --- a/media-libs/opus/opus-1.2_alpha.ebuild +++ b/media-libs/opus/opus-1.2_alpha.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ else fi fi -DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet" +DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio" HOMEPAGE="http://opus-codec.org/" LICENSE="BSD-2" |