diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:10:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:15:28 +0100 |
commit | 068e2116d371d0421351efd2014ad83013278581 (patch) | |
tree | 0c994e9c68c7fb98a59428261ad8a5556acca6c5 /dev-libs/cl | |
parent | dev-libs/bareos-fastlzlib: eutils-- (diff) | |
download | gentoo-068e2116d371d0421351efd2014ad83013278581.tar.gz gentoo-068e2116d371d0421351efd2014ad83013278581.tar.bz2 gentoo-068e2116d371d0421351efd2014ad83013278581.zip |
dev-libs/cl: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/cl')
-rw-r--r-- | dev-libs/cl/cl-1.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/cl/cl-1.2.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/cl/cl-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/cl/cl-1.2.3.ebuild b/dev-libs/cl/cl-1.2.3.ebuild index 844ac37b3133..413eaad000e5 100644 --- a/dev-libs/cl/cl-1.2.3.ebuild +++ b/dev-libs/cl/cl-1.2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils multilib +inherit multilib DESCRIPTION="OpenCL bindings for Erlang" HOMEPAGE="https://github.com/tonyrog/cl" diff --git a/dev-libs/cl/cl-1.2.4.ebuild b/dev-libs/cl/cl-1.2.4.ebuild index 8228333f6832..7f303904f45f 100644 --- a/dev-libs/cl/cl-1.2.4.ebuild +++ b/dev-libs/cl/cl-1.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils multilib +inherit multilib DESCRIPTION="OpenCL bindings for Erlang" HOMEPAGE="https://github.com/tonyrog/cl" diff --git a/dev-libs/cl/cl-9999.ebuild b/dev-libs/cl/cl-9999.ebuild index da4f1445d486..de492d6b12a0 100644 --- a/dev-libs/cl/cl-9999.ebuild +++ b/dev-libs/cl/cl-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils git-r3 multilib +inherit git-r3 multilib DESCRIPTION="OpenCL bindings for Erlang" HOMEPAGE="https://github.com/tonyrog/cl" |