diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:09:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:09:57 +0000 |
commit | 49823509ecac8060ddd462d18cb94431ef07fb0f (patch) | |
tree | 3381b0d05e5464bef248bb922cd4645692fd9f5c /app-office/gnucash/gnucash-1.8.11.ebuild | |
parent | Switch from kde-functions.eclass to qt3.eclass. Also fixes bug #97956. (diff) | |
download | gentoo-2-49823509ecac8060ddd462d18cb94431ef07fb0f.tar.gz gentoo-2-49823509ecac8060ddd462d18cb94431ef07fb0f.tar.bz2 gentoo-2-49823509ecac8060ddd462d18cb94431ef07fb0f.zip |
QA: Use full atoms for best_version, has_version and built_with_use queries.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-office/gnucash/gnucash-1.8.11.ebuild')
-rw-r--r-- | app-office/gnucash/gnucash-1.8.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-1.8.11.ebuild b/app-office/gnucash/gnucash-1.8.11.ebuild index 537f05cf367b..1d4b8a3260f1 100644 --- a/app-office/gnucash/gnucash-1.8.11.ebuild +++ b/app-office/gnucash/gnucash-1.8.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.11.ebuild,v 1.1 2005/03/14 17:22:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.11.ebuild,v 1.2 2005/07/13 14:09:57 swegener Exp $ inherit flag-o-matic libtool eutils @@ -61,7 +61,7 @@ DEPEND="${RDEPEND} MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { - if built_with_use xorg-x11 bitmap-fonts + if built_with_use x11-base/xorg-x11 bitmap-fonts then einfo "bitmap-fonts support is enabled in xorg-x11, continuing..." else |