diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 03:49:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:15:43 +0100 |
commit | bdbeb9bf86db4117494c85efc40dc4575d728ffb (patch) | |
tree | 8b105f6b707b6197e96af9c78a19590f9ab9a147 /dev-libs/libclthreads | |
parent | dev-libs/libcdio-paranoia: flag-o-matic-- (diff) | |
download | gentoo-bdbeb9bf86db4117494c85efc40dc4575d728ffb.tar.gz gentoo-bdbeb9bf86db4117494c85efc40dc4575d728ffb.tar.bz2 gentoo-bdbeb9bf86db4117494c85efc40dc4575d728ffb.zip |
dev-libs/libclthreads: multilib--
Signed-off-by: Sam James <sam@gentoo.org>
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}" |