diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:36:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:19 +0200 |
commit | 27a2273056e6f9d72f26ac2c64faba3368c3c7b9 (patch) | |
tree | 705597f62c78d2e97ecfa1bccbea4cfa5709d22d /eclass | |
parent | bash-completion-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-27a2273056e6f9d72f26ac2c64faba3368c3c7b9.tar.gz gentoo-27a2273056e6f9d72f26ac2c64faba3368c3c7b9.tar.bz2 gentoo-27a2273056e6f9d72f26ac2c64faba3368c3c7b9.zip |
bzr.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/bzr.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 29464ec32d5d..cc46be794214 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -9,6 +9,7 @@ # Mark Lee <bzr-gentoo-overlay@lazymalevolence.com> # Ulrich Müller <ulm@gentoo.org> # Christian Faulhammer <fauli@gentoo.org> +# @SUPPORTED_EAPIS: 2 3 4 5 6 7 # @BLURB: generic fetching functions for the Bazaar VCS # @DESCRIPTION: # The bzr.eclass provides functions to fetch and unpack sources from |