summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-25 15:45:13 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-25 15:45:13 +0000
commit839372ef301175fda5da859e3995e3f7ae943018 (patch)
tree68b2bee4ad8f8466e8cdb8f11496172ebf9cb9cf /net-www/links/links-2.1_pre11.ebuild
parentQA - fix use invocation (Manifest recommit) (diff)
downloadgentoo-2-839372ef301175fda5da859e3995e3f7ae943018.tar.gz
gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.tar.bz2
gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.zip
QA - fix use invocation
Diffstat (limited to 'net-www/links/links-2.1_pre11.ebuild')
-rw-r--r--net-www/links/links-2.1_pre11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/links/links-2.1_pre11.ebuild b/net-www/links/links-2.1_pre11.ebuild
index d122cb83fa6c..a2af5a641fe8 100644
--- a/net-www/links/links-2.1_pre11.ebuild
+++ b/net-www/links/links-2.1_pre11.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/net-www/links/links-2.1_pre11.ebuild,v 1.12 2004/06/25 00:57:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre11.ebuild,v 1.13 2004/06/25 15:42:37 agriffis Exp $
IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg"
@@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser"
pkg_setup (){
- if [ ! `use gpm` ] && [ `use fbcon` ] ; then
+ if ! use gpm && use fbcon ; then
einfo
einfo "gpm has been installed since you have included fbcon in your USE flags."
einfo "The links framebuffer driver requires gpm in order to compile."