diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:38:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:57 +0200 |
commit | cc104f46c52d10876598593d546db78d30afc6d4 (patch) | |
tree | 109387fe218c87afc05aa318c4de0ac9a110816b /eclass/obs-service.eclass | |
parent | oasis.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-cc104f46c52d10876598593d546db78d30afc6d4.tar.gz gentoo-cc104f46c52d10876598593d546db78d30afc6d4.tar.bz2 gentoo-cc104f46c52d10876598593d546db78d30afc6d4.zip |
obs-service.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/obs-service.eclass')
-rw-r--r-- | eclass/obs-service.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/obs-service.eclass b/eclass/obs-service.eclass index 3240cc019a2f..faa879c0636e 100644 --- a/eclass/obs-service.eclass +++ b/eclass/obs-service.eclass @@ -4,6 +4,7 @@ # @ECLASS: obs-service.eclass # @MAINTAINER: # maintainer-needed@gentoo.org +# @SUPPORTED_EAPIS: 4 5 # @BLURB: Reduces code duplication in the Open Build Service services. # @DESCRIPTION: # This eclass makes it easier to package Open Build Service services. Based on |