diff options
Diffstat (limited to 'sys-apps/qingy/qingy-0.9.6-r1.ebuild')
-rw-r--r-- | sys-apps/qingy/qingy-0.9.6-r1.ebuild | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/sys-apps/qingy/qingy-0.9.6-r1.ebuild b/sys-apps/qingy/qingy-0.9.6-r1.ebuild index 9dc8c831b424..f47ba8a3f652 100644 --- a/sys-apps/qingy/qingy-0.9.6-r1.ebuild +++ b/sys-apps/qingy/qingy-0.9.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v 1.3 2007/11/22 17:07:35 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v 1.4 2009/01/29 14:07:44 s4t4n Exp $ inherit elisp-common eutils @@ -43,17 +43,6 @@ src_unpack() if use directfb; then - #Issues with this version have been work-arounded :-) - #if has_version "=dev-libs/DirectFB-0.9.25.1"; then - # echo - # ewarn "You are running DirectFB version 0.9.25.1:" - # ewarn "I advise against that as this version introduces" - # ewarn "instability, expecially when closing DirectFB mode!" - # ewarn "Please consider downgrading DirectFB to version 0.9.24..." - # echo - # epause - #fi - if ! built_with_use -a dev-libs/DirectFB fbcon jpeg png truetype; then echo eerror "qingy expects DirectFB to provide certain capabilities." @@ -64,6 +53,18 @@ src_unpack() die "USE flags check failed" fi + if has_version ">=dev-libs/DirectFB-1.2.6"; then + if built_with_use -a dev-libs/DirectFB X; then + echo + eerror "Detected DirectFB version >= 1.2.6." + eerror "For this version of DirectFB to work with qingy" + eerror "X USE flag must be disabled." + eerror "You must rebuild DirectFB with X USE flag disabled!" + echo + die "USE flags check failed" + fi + fi + fi unpack ${A} |