diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:05 +0100 |
commit | 2a2143b748fd737727c70736bf78a305c1eb69f0 (patch) | |
tree | 4da02d1659062e6c8eb529b3b4741f028a86ecd6 /eclass/gnome.org.eclass | |
parent | findlib.eclass: add EAPI guard (diff) | |
download | gentoo-2a2143b748fd737727c70736bf78a305c1eb69f0.tar.gz gentoo-2a2143b748fd737727c70736bf78a305c1eb69f0.tar.bz2 gentoo-2a2143b748fd737727c70736bf78a305c1eb69f0.zip |
gnome.org.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/gnome.org.eclass')
-rw-r--r-- | eclass/gnome.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 3c244adef000..dba26155d740 100644 --- a/eclass/gnome.org.eclass +++ b/eclass/gnome.org.eclass @@ -7,8 +7,8 @@ # @AUTHOR: # Authors: Spidler <spidler@gentoo.org> with help of carparski. # eclass variable additions and documentation: Gilles Dartiguelongue <eva@gentoo.org> -# @BLURB: Helper eclass for gnome.org hosted archives # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: Helper eclass for gnome.org hosted archives # @DESCRIPTION: # Provide a default SRC_URI for tarball hosted on gnome.org mirrors. |