Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/
Date: Mon, 22 Nov 2021 14:03:52
Message-Id: 1637589818.cac0d431d1a235498223eefda9fa81b5e9cd3967.juippis@gentoo
1 commit: cac0d431d1a235498223eefda9fa81b5e9cd3967
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 14:00:31 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 14:03:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac0d431
7
8 dev-lang/elixir: EAPI-8 on 1.11.4-r1 & 1.12.3
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-lang/elixir/elixir-1.11.4-r1.ebuild | 2 +-
13 dev-lang/elixir/elixir-1.12.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/elixir/elixir-1.11.4-r1.ebuild b/dev-lang/elixir/elixir-1.11.4-r1.ebuild
17 index f9c33ae96695..416bba8ea136 100644
18 --- a/dev-lang/elixir/elixir-1.11.4-r1.ebuild
19 +++ b/dev-lang/elixir/elixir-1.11.4-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 DESCRIPTION="Elixir programming language"
28 HOMEPAGE="https://elixir-lang.org"
29
30 diff --git a/dev-lang/elixir/elixir-1.12.3.ebuild b/dev-lang/elixir/elixir-1.12.3.ebuild
31 index 9ad390ffec4f..116a530e4d38 100644
32 --- a/dev-lang/elixir/elixir-1.12.3.ebuild
33 +++ b/dev-lang/elixir/elixir-1.12.3.ebuild
34 @@ -1,7 +1,7 @@
35 # Copyright 1999-2021 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 DESCRIPTION="Elixir programming language"
42 HOMEPAGE="https://elixir-lang.org"