diff options
Diffstat (limited to 'dev-libs/libclthreads')
-rw-r--r-- | dev-libs/libclthreads/libclthreads-2.4.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libclthreads/libclthreads-2.4.2.ebuild b/dev-libs/libclthreads/libclthreads-2.4.2.ebuild index c67a139ad53f..8e731a22504c 100644 --- a/dev-libs/libclthreads/libclthreads-2.4.2.ebuild +++ b/dev-libs/libclthreads/libclthreads-2.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="POSIX threads C++ access library" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" @@ -12,7 +12,6 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clthreads-${PV}. LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" S="${WORKDIR}/clthreads-${PV}" |