diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2019-12-18 18:50:05 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2019-12-18 18:50:05 +0100 |
commit | 64e0f3ff60e4e35e2c0d60a6f3f2a10e81974ed9 (patch) | |
tree | b16963ccc77e211c9467478b5fb40469931cee17 /dev-libs/libclthreads | |
parent | media-libs/libclthreads: renamed to dev-libs/libclthreads (diff) | |
download | gentoo-64e0f3ff60e4e35e2c0d60a6f3f2a10e81974ed9.tar.gz gentoo-64e0f3ff60e4e35e2c0d60a6f3f2a10e81974ed9.tar.bz2 gentoo-64e0f3ff60e4e35e2c0d60a6f3f2a10e81974ed9.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/libclthreads')
-rw-r--r-- | dev-libs/libclthreads/libclthreads-2.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 22339f553e9c..e1a49d712f14 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 <fons.adriaensen@skynet.be>" +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 767abb9cc530..1f9335da327c 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 <fons.adriaensen@skynet.be>" +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" |