public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-dev] [PATCH 56/98] out-of-source.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 09:23:01 +0200	[thread overview]
Message-ID: <20180812072343.19947-57-mgorny@gentoo.org> (raw)
In-Reply-To: <20180812072343.19947-1-mgorny@gentoo.org>

---
 eclass/out-of-source.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass
index 951a20adaca4..bbac555a7f88 100644
--- a/eclass/out-of-source.eclass
+++ b/eclass/out-of-source.eclass
@@ -4,6 +4,7 @@
 # @ECLASS: out-of-source.eclass
 # @MAINTAINER:
 # Michał Górny <mgorny@gentoo.org>
+# @SUPPORTED_EAPIS: 6 7
 # @BLURB: convenient wrapper to build autotools packages out-of-source
 # @DESCRIPTION:
 # This eclass provides a minimalistic wrapper interface to easily
-- 
2.18.0



  parent reply	other threads:[~2018-08-12  7:46 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-12  7:22 [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 01/98] apache-2.eclass: add @SUPPORTED_EAPIS Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 02/98] autotools-multilib.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 03/98] autotools-utils.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 04/98] base.eclass: Fix EAPI guards to cover EAPI 7 onwards Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 05/98] base.eclass: add @SUPPORTED_EAPIS Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 06/98] bash-completion-r1.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 07/98] bzr.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 08/98] cargo.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 09/98] check-reqs.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 10/98] cmake-multilib.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 11/98] cuda.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 12/98] depend.apache.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 13/98] distutils-r1.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 14/98] eapi7-ver.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 15/98] elisp.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 16/98] emboss-r2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 17/98] epatch.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 18/98] fortran-2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 19/98] freedict.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 20/98] games.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 21/98] git-r3.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 22/98] gnome-python-common-r1.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 23/98] gnome2-utils.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 24/98] gnome2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 25/98] golang-base.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 26/98] golang-build.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 27/98] golang-vcs-snapshot.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 28/98] golang-vcs.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 29/98] gstreamer.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 30/98] gtk-sharp-module.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 31/98] java-vm-2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 32/98] kernel-2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 33/98] kodi-addon.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 34/98] latex-package.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 35/98] leechcraft.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 36/98] llvm.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 37/98] ltprune.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 38/98] mate-desktop.org.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 39/98] mate.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 40/98] meson.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 41/98] mozconfig-v6.45.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 42/98] mozconfig-v6.52.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 43/98] mozconfig-v6.58.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 44/98] mozconfig-v6.60.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 45/98] mozlinguas-v2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 46/98] multibuild.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 47/98] multilib-build.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 48/98] multilib-minimal.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 49/98] mysql-multilib-r1.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 50/98] mysql-v2.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 51/98] netsurf.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 52/98] oasis.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 53/98] obs-service.eclass: " Michał Górny
2018-08-12  7:22 ` [gentoo-dev] [PATCH 54/98] office-ext-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 55/98] opam.eclass: " Michał Górny
2018-08-12  7:23 ` Michał Górny [this message]
2018-08-12  7:23 ` [gentoo-dev] [PATCH 57/98] perl-functions.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 58/98] perl-module.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 59/98] php-ext-source-r2.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 60/98] php-ext-source-r3.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 61/98] php-pear-r2.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 62/98] postgres-multi.eclass: " Michał Górny
2018-08-13 10:37   ` Aaron W. Swenson
2018-08-12  7:23 ` [gentoo-dev] [PATCH 63/98] postgres.eclass: " Michał Górny
2018-08-13 10:36   ` Aaron W. Swenson
2018-08-12  7:23 ` [gentoo-dev] [PATCH 64/98] python-any-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 65/98] python-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 66/98] python-single-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 67/98] python-utils-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 68/98] readme.gentoo-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 69/98] readme.gentoo.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 70/98] rebar.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 71/98] ros-catkin.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 72/98] ruby-fakegem.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 73/98] ruby-ng-gnome2.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 74/98] ruby-ng.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 75/98] ruby-single.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 76/98] s6.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 77/98] scons-utils.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 78/98] selinux-policy-2.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 79/98] ssl-cert.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 80/98] subversion.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 81/98] systemd.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 82/98] texlive-common.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 83/98] texlive-module.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 84/98] tmpfiles.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 85/98] toolchain-glibc.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 86/98] twisted-r1.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 87/98] udev.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 88/98] vala.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 89/98] vcs-snapshot.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 90/98] vdr-plugin-2.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 91/98] versionator.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 92/98] virtualx.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 93/98] waf-utils.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 94/98] wxwidgets.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 95/98] xdg-utils.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 96/98] xdg.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 97/98] xfconf.eclass: " Michał Górny
2018-08-12  7:23 ` [gentoo-dev] [PATCH 98/98] xorg-2.eclass: " Michał Górny
2018-08-12 12:25 ` [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180812072343.19947-57-mgorny@gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox