commit: 6f41c97fe8bb2ccc868bada0bb1869047e998bf1 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 12:57:19 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 12:57:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f41c97f
[QA] Revert "subversion.eclass: Fix @SUPPORTED_EAPIS" This reverts commit 27d252844112482f49a24ffa92a77bcd64e84ef4. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/subversion.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index 669ad9dbda6..39d85f7c89c 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 <[email protected]> # @AUTHOR: # Original Author: Akinori Hattori <[email protected]> -# @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
