summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-06-13 02:11:37 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-06-13 02:11:37 +0000
commita5deb581e8aa84eee68643bef156a4707183756b (patch)
treedd021d672c3278887028594182bd870bd70e41d7 /x11-libs
parentVersion bump, ebuild cleanups, added debug useflag. (diff)
downloadhistorical-a5deb581e8aa84eee68643bef156a4707183756b.tar.gz
historical-a5deb581e8aa84eee68643bef156a4707183756b.tar.bz2
historical-a5deb581e8aa84eee68643bef156a4707183756b.zip
use_enable fixup
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/fox/Manifest2
-rw-r--r--x11-libs/fox/fox-1.2.4.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-libs/fox/Manifest b/x11-libs/fox/Manifest
index 277f1b0ae0cb..d476cc4d7298 100644
--- a/x11-libs/fox/Manifest
+++ b/x11-libs/fox/Manifest
@@ -1,5 +1,5 @@
MD5 281de59b6633a380fd7059cb32d80916 ChangeLog 1991
-MD5 f2dfad6c9975973ff39b6c4d47a7b701 fox-1.2.4.ebuild 1150
+MD5 bdf70d0c2328d316a80465eb0a13cc88 fox-1.2.4.ebuild 1204
MD5 b634cdb63ead29fd7c4ba288fed338b4 fox-1.0.43.ebuild 1172
MD5 18b845764b597950d2e5b8c621848e29 fox-1.0.49.ebuild 1181
MD5 df2363496374459c8ae265e7360e56c7 fox-1.0.40.ebuild 1155
diff --git a/x11-libs/fox/fox-1.2.4.ebuild b/x11-libs/fox/fox-1.2.4.ebuild
index 7861e1f028e1..351b32405f77 100644
--- a/x11-libs/fox/fox-1.2.4.ebuild
+++ b/x11-libs/fox/fox-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.4.ebuild,v 1.1 2004/06/13 01:59:12 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.4.ebuild,v 1.2 2004/06/13 02:11:37 pyrania Exp $
IUSE="cups debug opengl"
DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively"
@@ -19,7 +19,8 @@ src_compile() {
local myconf
use opengl || myconf="$myconf --with-opengl=no" #default enabled
- myconf="$myconf `use_enable cups debug`" #default disabled
+ myconf="$myconf `use_enable cups`" #default disabled
+ myconf="$myconf `use_enable debug`" #default disabled
./configure \
--prefix=/usr \