diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-24 16:07:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-24 16:07:36 +0000 |
commit | a64df5b7ba913ab74431a6e465e4298060882193 (patch) | |
tree | d1421b7f5723163ac270aa79a8219174ccbb5495 /app-text/yudit | |
parent | stable x86, bug 229161 (diff) | |
download | gentoo-2-a64df5b7ba913ab74431a6e465e4298060882193.tar.gz gentoo-2-a64df5b7ba913ab74431a6e465e4298060882193.tar.bz2 gentoo-2-a64df5b7ba913ab74431a6e465e4298060882193.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/yudit')
-rw-r--r-- | app-text/yudit/yudit-2.9.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/yudit/yudit-2.9.0.ebuild b/app-text/yudit/yudit-2.9.0.ebuild index 76119a563fae..92778c493128 100644 --- a/app-text/yudit/yudit-2.9.0.ebuild +++ b/app-text/yudit/yudit-2.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.9.0.ebuild,v 1.1 2008/06/24 05:08:39 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.9.0.ebuild,v 1.2 2008/06/24 16:07:36 mr_bones_ Exp $ DESCRIPTION="free (Y)unicode text editor for all unices" SRC_URI="http://yudit.org/download/${P}.tar.gz" @@ -33,4 +33,3 @@ src_install() { make DESTDIR="${D}" install || die dodoc *.TXT } - |