public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/virtuals/
Date: Thu,  9 Dec 2021 04:24:37 +0000 (UTC)	[thread overview]
Message-ID: <1639023870.d19d95690f821f1a867f8e2095835056e988618f.sam@gentoo> (raw)

commit:     d19d95690f821f1a867f8e2095835056e988618f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 04:21:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 04:24:30 2021 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d19d9569

general-concepts/virtuals: use EAPI 8 in examples

Signed-off-by: Sam James <sam <AT> gentoo.org>

 general-concepts/virtuals/text.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/general-concepts/virtuals/text.xml b/general-concepts/virtuals/text.xml
index d45c1ff..f6cf198 100644
--- a/general-concepts/virtuals/text.xml
+++ b/general-concepts/virtuals/text.xml
@@ -24,11 +24,11 @@ An example of a virtual:
 </p>
 
 <codesample lang="ebuild">
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Virtual for C++ tr1 &lt;type_traits&gt;"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="|| ( &gt;=sys-devel/gcc-4.1 dev-libs/boost )"
 </codesample>
@@ -95,7 +95,7 @@ For example, a virtual for different packages providing ABI-compatible
 </p>
 
 <codesample lang="ebuild">
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Virtual for libfoo.so.1"
 SLOT="0/1"
@@ -124,10 +124,11 @@ would contain:
 </p>
 
 <codesample lang="ebuild">
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Virtual for libfoo.so.0"
 SLOT="0/0"
+
 RDEPEND="dev-libs/libfoo:0/0"
 </codesample>
 
@@ -136,10 +137,11 @@ while <c>virtual/libfoo-1.ebuild</c> would contain:
 </p>
 
 <codesample lang="ebuild">
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Virtual for libfoo.so.1"
 SLOT="0/1"
+
 RDEPEND="dev-libs/newfoo:0/1"
 </codesample>
 


             reply	other threads:[~2021-12-09  4:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09  4:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-22  6:48 [gentoo-commits] proj/devmanual:master commit in: general-concepts/virtuals/ Ulrich Müller
2020-03-11 13:43 Ulrich Müller
2018-02-13 16:47 Göktürk Yüksek
2018-02-13 16:46 Göktürk Yüksek
2018-02-13 16:46 Göktürk Yüksek
2013-09-26  7:41 Markos Chandras

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=1639023870.d19d95690f821f1a867f8e2095835056e988618f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.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