commit: 64e0f3ff60e4e35e2c0d60a6f3f2a10e81974ed9 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Wed Dec 18 17:50:05 2019 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Dec 18 17:50:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e0f3ff
dev-libs/libclthreads: fixed description Bug: https://bugs.gentoo.org/437186 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-libs/libclthreads/libclthreads-2.4.0-r1.ebuild | 4 ++-- dev-libs/libclthreads/libclthreads-2.4.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libclthreads/libclthreads-2.4.0-r1.ebuild b/dev-libs/libclthreads/libclthreads-2.4.0-r1.ebuild index 22339f553e9..e1a49d712f1 100644 --- a/dev-libs/libclthreads/libclthreads-2.4.0-r1.ebuild +++ b/dev-libs/libclthreads/libclthreads-2.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ MY_P="${P/lib/}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="An audio library by Fons Adriaensen <[email protected]>" +DESCRIPTION="POSIX threads C++ access library" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" diff --git a/dev-libs/libclthreads/libclthreads-2.4.2.ebuild b/dev-libs/libclthreads/libclthreads-2.4.2.ebuild index 767abb9cc53..1f9335da327 100644 --- a/dev-libs/libclthreads/libclthreads-2.4.2.ebuild +++ b/dev-libs/libclthreads/libclthreads-2.4.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit multilib toolchain-funcs -DESCRIPTION="An audio library by Fons Adriaensen <[email protected]>" +DESCRIPTION="POSIX threads C++ access library" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clthreads-${PV}.tar.bz2"
