diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 02:08:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 02:08:21 +0000 |
commit | 267d90fcc754df5af12cd4633790682719995898 (patch) | |
tree | 0a3ec1e70e7c04e6086b54d2b0a9ebc6ed70b8c0 /app-i18n/zhcon | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-267d90fcc754df5af12cd4633790682719995898.tar.gz gentoo-2-267d90fcc754df5af12cd4633790682719995898.tar.bz2 gentoo-2-267d90fcc754df5af12cd4633790682719995898.zip |
touch the libc
Diffstat (limited to 'app-i18n/zhcon')
-rw-r--r-- | app-i18n/zhcon/zhcon-0.2.3.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-i18n/zhcon/zhcon-0.2.3.ebuild b/app-i18n/zhcon/zhcon-0.2.3.ebuild index 050eabb9123a..c2298170a957 100644 --- a/app-i18n/zhcon/zhcon-0.2.3.ebuild +++ b/app-i18n/zhcon/zhcon-0.2.3.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.3.ebuild,v 1.4 2004/06/24 21:57:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.3.ebuild,v 1.5 2004/06/28 02:08:21 vapier Exp $ inherit eutils -IUSE="" - DESCRIPTION="A Fast CJK (Chinese/Japanese/Korean) Console Environment" HOMEPAGE="http://zhcon.sourceforge.net/" SRC_URI="mirror://sourceforge/zhcon/${P}.tar.gz" @@ -13,10 +11,11 @@ SRC_URI="mirror://sourceforge/zhcon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/autoconf" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_unpack() { unpack ${A} |