diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:45:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:45:50 +0000 |
commit | d4bba3df7cb97c4c1336550b32738525fbd95754 (patch) | |
tree | 4031892cbec9fec53fef4fdf4ac76fdee181885c /app-text/yudit/yudit-2.6.ebuild | |
parent | sync IUSE (-jikes) (Manifest recommit) (diff) | |
download | gentoo-2-d4bba3df7cb97c4c1336550b32738525fbd95754.tar.gz gentoo-2-d4bba3df7cb97c4c1336550b32738525fbd95754.tar.bz2 gentoo-2-d4bba3df7cb97c4c1336550b32738525fbd95754.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/yudit/yudit-2.6.ebuild')
-rw-r--r-- | app-text/yudit/yudit-2.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/yudit/yudit-2.6.ebuild b/app-text/yudit/yudit-2.6.ebuild index bf2c8f446bd5..d324e2d13b20 100644 --- a/app-text/yudit/yudit-2.6.ebuild +++ b/app-text/yudit/yudit-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.13 2004/06/24 22:59:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.6.ebuild,v 1.14 2004/07/14 02:45:45 agriffis Exp $ DESCRIPTION="free (Y)unicode text editor for all unices" SRC_URI="http://yudit.org/download/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.yudit.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/x11 >=sys-devel/gettext-0.10" |