Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 25 Oct 2015 18:34:41
Message-Id: 1445798057.366f94e4e9a82767d6acaddcada8c98cfdec3380.mgorny@gentoo
1 commit: 366f94e4e9a82767d6acaddcada8c98cfdec3380
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 18:33:46 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 18:34:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f94e4
7
8 emul-linux-x86.eclass: Add lastrite eqawarn
9
10 eclass/emul-linux-x86.eclass | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass
14 index 4fa6de8..a93c600 100644
15 --- a/eclass/emul-linux-x86.eclass
16 +++ b/eclass/emul-linux-x86.eclass
17 @@ -19,6 +19,10 @@ case "${EAPI:-0}" in
18 *) die "EAPI=${EAPI} is not supported" ;;
19 esac
20
21 +eqawarn "emul-linux-x86.eclass is last rited and will be removed on 2015-11-24."
22 +eqawarn "Please remove your copies of emul-linux-x86 ebuilds as they are"
23 +eqawarn "no longer supported."
24 +
25 DESCRIPTION="Provides precompiled 32bit libraries"
26 #HOMEPAGE="https://amd64.gentoo.org/emul/content.xml"
27 HOMEPAGE="https://dev.gentoo.org/~pacho/emul.html"