summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-11-01 11:38:07 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-11-01 11:38:07 +0000
commit1fd637b547b6009249b40f94735cc0e61c676c72 (patch)
tree5c4930e387408a583dae00c1c475778f98d72888 /x11-libs
parentwas deprecated weeks ago, no longer in use (diff)
downloadgentoo-2-1fd637b547b6009249b40f94735cc0e61c676c72.tar.gz
gentoo-2-1fd637b547b6009249b40f94735cc0e61c676c72.tar.bz2
gentoo-2-1fd637b547b6009249b40f94735cc0e61c676c72.zip
make sure cups support is compiled in when cups in USE
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/ChangeLog6
-rw-r--r--x11-libs/qt/qt-3.1.0_pre20021024.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index ccfcbea2c147..d0454b1fed00 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.28 2002/10/31 21:37:24 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.29 2002/11/01 11:38:07 verwilst Exp $
+
+ 1 Nov 2002; Bart Verwilst <verwilst@gentoo.org> Changelog :
+
+ Make sure cups support is enabled when cups is in USE.
31 Oct 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
diff --git a/x11-libs/qt/qt-3.1.0_pre20021024.ebuild b/x11-libs/qt/qt-3.1.0_pre20021024.ebuild
index cafafbad1229..649242ab594f 100644
--- a/x11-libs/qt/qt-3.1.0_pre20021024.ebuild
+++ b/x11-libs/qt/qt-3.1.0_pre20021024.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0_pre20021024.ebuild,v 1.2 2002/10/31 21:37:24 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0_pre20021024.ebuild,v 1.3 2002/11/01 11:38:07 verwilst Exp $
# the qt-copy snapshotfrfom 20021024 distibuted with kde 3.1 rc1
@@ -29,7 +29,8 @@ COMMONDEPEND="virtual/x11
odbc? ( >=dev-db/unixODBC-2.0 )
mysql? ( >=dev-db/mysql-3.2.10 )
opengl? ( virtual/opengl virtual/glu )
- postgres? ( >=dev-db/postgresql-7.2 )"
+ postgres? ( >=dev-db/postgresql-7.2 )
+ cups? ( >=net-print/cups-1.1.14 )"
DEPEND="$DEPEND $COMMONDEPEND"
RDEPEND="$RDEPEND $COMMONDEPEND"
@@ -63,6 +64,7 @@ src_compile() {
use nas && myconf="${myconf} -system-nas-sound"
use gif && myconf="${myconf} -qt-gif"
+ use cups && myconf="${myconf} -cups"
use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql"
use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server"
use odbc && myconf="${myconf} -plugin-sql-odbc"