diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 16:32:52 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 16:32:52 +0000 |
commit | 82c93ff1bd6244fb11756ef718f26dc6f37933e0 (patch) | |
tree | 70d5df7857f156ff479009d27ed3351ceb607213 /x11-apps/fstobdf/fstobdf-1.0.2.ebuild | |
parent | Version bump. Includes various bug and security fixes. (diff) | |
download | historical-82c93ff1bd6244fb11756ef718f26dc6f37933e0.tar.gz historical-82c93ff1bd6244fb11756ef718f26dc6f37933e0.tar.bz2 historical-82c93ff1bd6244fb11756ef718f26dc6f37933e0.zip |
Version bump. Fixes a possible BDF corruption.
Package-Manager: portage-2.1_pre10
Diffstat (limited to 'x11-apps/fstobdf/fstobdf-1.0.2.ebuild')
-rw-r--r-- | x11-apps/fstobdf/fstobdf-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/fstobdf/fstobdf-1.0.2.ebuild b/x11-apps/fstobdf/fstobdf-1.0.2.ebuild new file mode 100644 index 000000000000..059586b686bd --- /dev/null +++ b/x11-apps/fstobdf/fstobdf-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.2.ebuild,v 1.1 2006/04/29 16:32:52 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org fstobdf application" +KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libFS" +DEPEND="${RDEPEND}" |