diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-04-03 20:36:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-04-03 20:42:02 +0200 |
commit | 002df586457c235c538a3c45dc1c252925c92735 (patch) | |
tree | 35b2f7d3c96a7ff755410e4a932d53271c7cdc72 /app-xemacs/ediff | |
parent | xemacs-packages.eclass: Support EAPI 6. (diff) | |
download | gentoo-002df586457c235c538a3c45dc1c252925c92735.tar.gz gentoo-002df586457c235c538a3c45dc1c252925c92735.tar.bz2 gentoo-002df586457c235c538a3c45dc1c252925c92735.zip |
app-xemacs: Bump all ebuilds inheriting xemacs-packages.eclass to EAPI 6.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-xemacs/ediff')
-rw-r--r-- | app-xemacs/ediff/ediff-1.68.ebuild | 7 | ||||
-rw-r--r-- | app-xemacs/ediff/ediff-1.77.ebuild | 7 | ||||
-rw-r--r-- | app-xemacs/ediff/ediff-1.81.ebuild | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-xemacs/ediff/ediff-1.68.ebuild b/app-xemacs/ediff/ediff-1.68.ebuild index 3ae32e838bbc..d5e4655f6b78 100644 --- a/app-xemacs/ediff/ediff-1.68.ebuild +++ b/app-xemacs/ediff/ediff-1.68.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + SLOT="0" -IUSE="" DESCRIPTION="Interface over GNU patch" -PKG_CAT="standard" +XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/pcl-cvs app-xemacs/elib diff --git a/app-xemacs/ediff/ediff-1.77.ebuild b/app-xemacs/ediff/ediff-1.77.ebuild index 4b0d2061d218..c1c90e40757e 100644 --- a/app-xemacs/ediff/ediff-1.77.ebuild +++ b/app-xemacs/ediff/ediff-1.77.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + SLOT="0" -IUSE="" DESCRIPTION="Interface over GNU patch" -PKG_CAT="standard" +XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/pcl-cvs app-xemacs/elib diff --git a/app-xemacs/ediff/ediff-1.81.ebuild b/app-xemacs/ediff/ediff-1.81.ebuild index e8e4be89c482..6a23076790a4 100644 --- a/app-xemacs/ediff/ediff-1.81.ebuild +++ b/app-xemacs/ediff/ediff-1.81.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + SLOT="0" -IUSE="" DESCRIPTION="Interface over GNU patch" -PKG_CAT="standard" +XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/pcl-cvs app-xemacs/elib |