diff options
Diffstat (limited to 'eclass/clutter.eclass')
-rw-r--r-- | eclass/clutter.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/clutter.eclass b/eclass/clutter.eclass index 7451c173b6b5..9d049fde2ae7 100644 --- a/eclass/clutter.eclass +++ b/eclass/clutter.eclass @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# @DEAD + # @ECLASS: clutter.eclass # @MAINTAINER: # GNOME Herd <gnome@gentoo.org> @@ -16,6 +18,8 @@ HOMEPAGE="http://www.clutter-project.org/" RV=($(get_version_components)) SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2" +eqawarn "emul-linux-x86.eclass is last rited and will be removed on 2016-01-29." + # All official clutter packages use LGPL-2.1 or later LICENSE="${LICENSE:-LGPL-2.1+}" |