diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:35:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:35:55 +0000 |
commit | f0c8cc3aea7536a9a9da8db9efddededede4f99d (patch) | |
tree | fc8e632100d9a9f6205d28cc6ffec8183d351b77 /app-text/yudit | |
parent | touchups (diff) | |
download | gentoo-2-f0c8cc3aea7536a9a9da8db9efddededede4f99d.tar.gz gentoo-2-f0c8cc3aea7536a9a9da8db9efddededede4f99d.tar.bz2 gentoo-2-f0c8cc3aea7536a9a9da8db9efddededede4f99d.zip |
touchups
Diffstat (limited to 'app-text/yudit')
-rw-r--r-- | app-text/yudit/yudit-2.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/yudit/yudit-2.6.ebuild b/app-text/yudit/yudit-2.6.ebuild index 19a02c2b3b52..c8797ceb40ea 100644 --- a/app-text/yudit/yudit-2.6.ebuild +++ b/app-text/yudit/yudit-2.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.6.ebuild,v 1.9 2003/02/13 09:50:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.6.ebuild,v 1.10 2003/03/01 04:34:44 vapier Exp $ -DESCRIPTION="Yudit is a free (Y)unicode text editor for all unices" +DESCRIPTION="free (Y)unicode text editor for all unices" SRC_URI="http://yudit.org/download/${P}.tar.gz" HOMEPAGE="http://www.yudit.org/" @@ -14,7 +14,7 @@ DEPEND="virtual/x11 >=sys-devel/gettext-0.10" src_compile() { - econf + econf || die make || die } |