diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-04 16:19:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-04 16:19:07 +0000 |
commit | 0691e3045bf9eca69c6e45d9842d1addd6620c44 (patch) | |
tree | 8390ef67687461d6822536747911c504006ba186 /app-emacs/mew/mew-2.3-r1.ebuild | |
parent | Bug # 46225 (diff) | |
download | historical-0691e3045bf9eca69c6e45d9842d1addd6620c44.tar.gz historical-0691e3045bf9eca69c6e45d9842d1addd6620c44.tar.bz2 historical-0691e3045bf9eca69c6e45d9842d1addd6620c44.zip |
Corrected LICENSE (It's not GPL-2 bug BSD)
Diffstat (limited to 'app-emacs/mew/mew-2.3-r1.ebuild')
-rw-r--r-- | app-emacs/mew/mew-2.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/mew/mew-2.3-r1.ebuild b/app-emacs/mew/mew-2.3-r1.ebuild index 6021912c2806..819c223115af 100644 --- a/app-emacs/mew/mew-2.3-r1.ebuild +++ b/app-emacs/mew/mew-2.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mew/mew-2.3-r1.ebuild,v 1.4 2003/09/13 00:18:04 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mew/mew-2.3-r1.ebuild,v 1.5 2004/04/04 16:19:06 usata Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ DESCRIPTION="great MIME mail reader for Emacs/XEmacs" HOMEPAGE="http://www.mew.org/" SRC_URI="ftp://ftp.mew.org/pub/Mew/release/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="BSD" SLOT="0" KEYWORDS="x86 alpha sparc ppc" |