diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-12-15 09:25:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-12-15 09:25:49 +0000 |
commit | 4b610729e7aaf79162cf0d1aa1657b310b99ea21 (patch) | |
tree | 235a3ad1d48c3d169f0a04ecfc89e4b30c276552 /app-editors/emacs/emacs-22.3-r3.ebuild | |
parent | Change libXpm to MIT in LICENSE. (diff) | |
download | gentoo-2-4b610729e7aaf79162cf0d1aa1657b310b99ea21.tar.gz gentoo-2-4b610729e7aaf79162cf0d1aa1657b310b99ea21.tar.bz2 gentoo-2-4b610729e7aaf79162cf0d1aa1657b310b99ea21.zip |
Change X11 to MIT in LICENSE.
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'app-editors/emacs/emacs-22.3-r3.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-22.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-22.3-r3.ebuild b/app-editors/emacs/emacs-22.3-r3.ebuild index 7d70cbf474d8..5a22a14bea02 100644 --- a/app-editors/emacs/emacs-22.3-r3.ebuild +++ b/app-editors/emacs/emacs-22.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.6 2009/12/11 15:54:33 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.7 2009/12/15 09:25:49 ulm Exp $ EAPI=2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.gz mirror://gentoo/${P}-patches-3.tar.bz2" -LICENSE="GPL-3 FDL-1.2 BSD as-is X11" +LICENSE="GPL-3 FDL-1.2 BSD as-is MIT" SLOT="22" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png sound source tiff toolkit-scroll-bars X Xaw3d +xpm" @@ -45,7 +45,7 @@ DEPEND="${RDEPEND} gzip-el? ( app-arch/gzip )" RDEPEND="${RDEPEND} - !<app-editors/emacs-cvs-22.1 + !<app-editors/emacs-vcs-22.1 >=app-emacs/emacs-common-gentoo-1[X?]" # FULL_VERSION keeps the full version number, which is needed in order to |