commit: 366f94e4e9a82767d6acaddcada8c98cfdec3380
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 18:33:46 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 18:34:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f94e4
emul-linux-x86.eclass: Add lastrite eqawarn
eclass/emul-linux-x86.eclass | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass
index 4fa6de8..a93c600 100644
--- a/eclass/emul-linux-x86.eclass
+++ b/eclass/emul-linux-x86.eclass
@@ -19,6 +19,10 @@ case "${EAPI:-0}" in
*) die "EAPI=${EAPI} is not supported" ;;
esac
+eqawarn "emul-linux-x86.eclass is last rited and will be removed on
2015-11-24."
+eqawarn "Please remove your copies of emul-linux-x86 ebuilds as they are"
+eqawarn "no longer supported."
+
DESCRIPTION="Provides precompiled 32bit libraries"
#HOMEPAGE="https://amd64.gentoo.org/emul/content.xml"
HOMEPAGE="https://dev.gentoo.org/~pacho/emul.html"