diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-25 19:33:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-25 19:34:17 +0100 |
commit | 366f94e4e9a82767d6acaddcada8c98cfdec3380 (patch) | |
tree | ba40b58e9212ec2472d5c6e855da88b41303efff /eclass | |
parent | bash-completion.eclass: Add lastrite eqawarn (diff) | |
download | gentoo-366f94e4e9a82767d6acaddcada8c98cfdec3380.tar.gz gentoo-366f94e4e9a82767d6acaddcada8c98cfdec3380.tar.bz2 gentoo-366f94e4e9a82767d6acaddcada8c98cfdec3380.zip |
emul-linux-x86.eclass: Add lastrite eqawarn
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/emul-linux-x86.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass index 4fa6de8be49b..a93c6000390d 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" |