diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-01-05 02:11:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-01-05 02:11:27 +0000 |
commit | ce03d545c17fae83f6a992a979c4306927fd16e4 (patch) | |
tree | 9bc3f805bcb7630c21e7d8901f34d478808bb725 /app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild | |
parent | Version bump (diff) | |
download | historical-ce03d545c17fae83f6a992a979c4306927fd16e4.tar.gz historical-ce03d545c17fae83f6a992a979c4306927fd16e4.tar.bz2 historical-ce03d545c17fae83f6a992a979c4306927fd16e4.zip |
Inherit elisp, not elisp-common. Fixes bug #204365.
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild')
-rw-r--r-- | app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild b/app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild index c2436a3b39f8..9ef03dabe917 100644 --- a/app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild +++ b/app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild,v 1.6 2007/07/04 23:15:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mule-ucs/mule-ucs-0.85_rc3.ebuild,v 1.7 2008/01/05 02:11:27 ulm Exp $ -inherit elisp-common +inherit elisp MY_PN="Mule-UCS" -DESCRIPTION="A character code translator." +DESCRIPTION="A character code translator" HOMEPAGE="http://www.m17n.org/mule/ http://tats.iris.ne.jp/mule-ucs/" SRC_URI="http://gentoojp.sourceforge.jp/distfiles/${MY_PN}-${PV}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 alpha ppc sparc x86" |