public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/3] check-reqs.eclass: update to EAPI7
@ 2018-09-18  6:38 Jason Zaman
  2018-09-18  6:38 ` [gentoo-dev] [PATCH 2/3] cuda.eclass: update to EAPI7, remove 0-4 Jason Zaman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jason Zaman @ 2018-09-18  6:38 UTC (permalink / raw
  To: gentoo-dev; +Cc: Jason Zaman

Signed-off-by: Jason Zaman <perfinion@gentoo.org>
---
 eclass/check-reqs.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index d1ed395c8b1..689944c8770 100644
--- a/eclass/check-reqs.eclass
+++ b/eclass/check-reqs.eclass
@@ -7,7 +7,7 @@
 # @AUTHOR:
 # Bo Ørsted Andresen <zlin@gentoo.org>
 # Original Author: Ciaran McCreesh <ciaranm@gentoo.org>
-# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
+# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
 # @BLURB: Provides a uniform way of handling ebuild which have very high build requirements
 # @DESCRIPTION:
 # This eclass provides a uniform way of handling ebuilds which have very high
@@ -63,7 +63,7 @@ if [[ ! ${_CHECK_REQS_ECLASS_} ]]; then
 EXPORT_FUNCTIONS pkg_setup
 case "${EAPI:-0}" in
 	0|1|2|3) ;;
-	4|5|6) EXPORT_FUNCTIONS pkg_pretend ;;
+	4|5|6|7) EXPORT_FUNCTIONS pkg_pretend ;;
 	*) die "EAPI=${EAPI} is not supported" ;;
 esac
 
-- 
2.16.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-21 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-18  6:38 [gentoo-dev] [PATCH 1/3] check-reqs.eclass: update to EAPI7 Jason Zaman
2018-09-18  6:38 ` [gentoo-dev] [PATCH 2/3] cuda.eclass: update to EAPI7, remove 0-4 Jason Zaman
2018-09-18  6:38 ` [gentoo-dev] [PATCH 3/3] cuda.eclass: Add version and sandbox helper methods Jason Zaman
2018-09-21 16:07 ` [gentoo-dev] [PATCH 1/3] check-reqs.eclass: update to EAPI7 Jason Zaman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox