diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-15 14:57:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-07-15 14:57:19 +0200 |
commit | 6f41c97fe8bb2ccc868bada0bb1869047e998bf1 (patch) | |
tree | e4cbf34b089798ae5cdea78dc3a0a4d78b8a0a68 /eclass | |
parent | media-sound/qmmp: [QA] Downgrade to EAPI 6. (diff) | |
download | gentoo-6f41c97fe8bb2ccc868bada0bb1869047e998bf1.tar.gz gentoo-6f41c97fe8bb2ccc868bada0bb1869047e998bf1.tar.bz2 gentoo-6f41c97fe8bb2ccc868bada0bb1869047e998bf1.zip |
[QA] Revert "subversion.eclass: Fix @SUPPORTED_EAPIS"
This reverts commit 27d252844112482f49a24ffa92a77bcd64e84ef4.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/subversion.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index 669ad9dbda65..39d85f7c89c1 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: subversion.eclass @@ -6,7 +6,7 @@ # Akinori Hattori <hattya@gentoo.org> # @AUTHOR: # Original Author: Akinori Hattori <hattya@gentoo.org> -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: The subversion eclass is written to fetch software sources from subversion repositories # @DESCRIPTION: # The subversion eclass provides functions to fetch, patch and bootstrap |