diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-07-22 07:52:58 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-07-22 07:52:58 +0000 |
commit | 101f2e87494b747c0955c1ce7d2a6f33dfdcb672 (patch) | |
tree | 9337decaddd4619e2aae118c63d974b62a7d3320 /media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild | |
parent | Remove virtual/x11 dep. (diff) | |
download | gentoo-2-101f2e87494b747c0955c1ce7d2a6f33dfdcb672.tar.gz gentoo-2-101f2e87494b747c0955c1ce7d2a6f33dfdcb672.tar.bz2 gentoo-2-101f2e87494b747c0955c1ce7d2a6f33dfdcb672.zip |
Remove virtual/x11.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild')
-rw-r--r-- | media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild index 7b07d0e2afea..2c6662d6e0ad 100644 --- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild +++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild,v 1.11 2007/07/15 05:13:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild,v 1.12 2007/07/22 07:52:58 dirtyepic Exp $ DESCRIPTION="Cronyx Cyrillic bitmap fonts for X" HOMEPAGE="http://koi8.pp.ru/frame.html?xwin.html#xwin_fonts" @@ -9,9 +9,9 @@ SRC_URI="http://koi8.pp.ru/dist/x6rus-${PV}-bin.tgz" KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd" SLOT="0" LICENSE="freedist" -DEPEND="X? ( || ( x11-apps/mkfontdir virtual/x11 ) )" +DEPEND="x11-apps/mkfontdir" RDEPEND="" -IUSE="X" +IUSE="" FONT_ROOT=/usr/share/fonts/cronyx FONT_TARGETS="75dpi 100dpi misc" |