diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-12 21:34:28 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-12 21:34:28 +0000 |
commit | 07952b9bd5a0538f6cacc925e40fbea81d95eb42 (patch) | |
tree | e2f0481f999b8f8bd66a0a0f98fc295d55176ee0 /app-editors/amyedit/amyedit-0.9.ebuild | |
parent | pdf2html != pdftohtml. pdftohtml conflicts with poppler, pdf2html does not. (diff) | |
download | gentoo-2-07952b9bd5a0538f6cacc925e40fbea81d95eb42.tar.gz gentoo-2-07952b9bd5a0538f6cacc925e40fbea81d95eb42.tar.bz2 gentoo-2-07952b9bd5a0538f6cacc925e40fbea81d95eb42.zip |
Typo in dodoc (bug #118806).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-editors/amyedit/amyedit-0.9.ebuild')
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild index b285318e3540..d4bd639071b4 100644 --- a/app-editors/amyedit/amyedit-0.9.ebuild +++ b/app-editors/amyedit/amyedit-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.6 2005/12/09 03:20:02 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.7 2006/01/12 21:34:28 nattfodd Exp $ inherit eutils @@ -17,5 +17,5 @@ DEPEND=">=dev-cpp/gtkmm-2.4.8 src_install() { einstall - dodoc Changelog README TODO || die + dodoc ChangeLog README TODO || die } |