diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:11:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:11:43 +0000 |
commit | c65f772002f08c08d26d46be4278b81fbd7d9081 (patch) | |
tree | 5c18ac8b1814247d872e561dd79d674180a3b4ad /media-fonts/zh-kcfonts | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-c65f772002f08c08d26d46be4278b81fbd7d9081.tar.gz historical-c65f772002f08c08d26d46be4278b81fbd7d9081.tar.bz2 historical-c65f772002f08c08d26d46be4278b81fbd7d9081.zip |
sync IUSE (missing)
Diffstat (limited to 'media-fonts/zh-kcfonts')
-rw-r--r-- | media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild | 3 | ||||
-rw-r--r-- | media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild index ad4bc15b5a78..ab5fc040533c 100644 --- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild +++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.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/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild,v 1.2 2004/06/24 22:32:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild,v 1.3 2004/07/14 17:11:43 agriffis Exp $ KCFONTS="${P}.tgz" @@ -11,6 +11,7 @@ HOMEPAGE="" #No homepage exists that I am aware of or able to find LICENSE="freedist" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="virtual/x11" S=${WORKDIR} diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild index 188ff4ae4347..5b9b1d913d56 100644 --- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild +++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05.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/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild,v 1.7 2004/06/24 22:32:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild,v 1.8 2004/07/14 17:11:43 agriffis Exp $ DESCRIPTION="Kuo Chauo Chinese Fonts collection in BIG5 encoding" SRC_URI="ftp://ftp.freebsd.org.tw/pub/releases/i386/4.9-RELEASE/packages/x11-fonts/${P}.tgz" @@ -9,6 +9,7 @@ HOMEPAGE="" #No homepage exists that I am aware of or able to find LICENSE="freedist" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="virtual/x11" S=${WORKDIR}/${PN} |