logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: af2f93dd01584fd542cbc7f5a3f8f2551e0c86d2
parent 314a8da3e46658359b80ac62bafd149dad0da486
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  2 Jun 2023 04:07:21 +0200

mix.eclass: EAPI 8

Diffstat:

Meclass/mix.eclass4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/mix.eclass b/eclass/mix.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Copyright 2019-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mix.eclass @@ -6,7 +6,7 @@ # Haelwenn (lanodan) Monnier <contact@hacktivis.me> # @AUTHOR: # Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# @SUPPORTED_EAPIS: 6 7 +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: Build Elixir projects using dev-util/mix. # @DESCRIPTION: # An eclass providing functions to build Elixir projects using dev-util/mix.