diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 07:30:42 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 07:30:42 +0000 |
commit | 82c4ed0b91160f7d34b47d582841eab22c14cc1c (patch) | |
tree | 61f7d48da61e4793ca6683d1c28a2b88c2514e9b /app-i18n/xsim | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-82c4ed0b91160f7d34b47d582841eab22c14cc1c.tar.gz gentoo-2-82c4ed0b91160f7d34b47d582841eab22c14cc1c.tar.bz2 gentoo-2-82c4ed0b91160f7d34b47d582841eab22c14cc1c.zip |
QA - Add IUSE.
Diffstat (limited to 'app-i18n/xsim')
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/xsim/xsim-0.3.9.4.ebuild b/app-i18n/xsim/xsim-0.3.9.4.ebuild index 59399e2fee33..d4dd28f35351 100644 --- a/app-i18n/xsim/xsim-0.3.9.4.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4.ebuild,v 1.5 2004/06/02 02:04:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4.ebuild,v 1.6 2004/06/14 07:30:42 kloeri Exp $ DESCRIPTION="A simple and fast GBK Chinese XIM server." HOMEPAGE="http://developer.berlios.de/projects/xsim/" @@ -9,6 +9,7 @@ SRC_URI="http://download.berlios.de/xsim/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/glibc >=sys-libs/db-3.0.0" |