summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-08-10 12:56:48 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-08-10 12:56:48 +0000
commit322b7aaea4121a324b96f62f653f62c4f8c6d45e (patch)
tree67d5de8ed93b5d539c2b6fb871b02d1510a368eb /dev-util/bugle/bugle-0.0.20071009.ebuild
parentbump to include more upstream patches (diff)
downloadgentoo-2-322b7aaea4121a324b96f62f653f62c4f8c6d45e.tar.gz
gentoo-2-322b7aaea4121a324b96f62f653f62c4f8c6d45e.tar.bz2
gentoo-2-322b7aaea4121a324b96f62f653f62c4f8c6d45e.zip
Add virtual/opengl for bug #227859 ; and drop autotools dep and old ebuild
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'dev-util/bugle/bugle-0.0.20071009.ebuild')
-rw-r--r--dev-util/bugle/bugle-0.0.20071009.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/bugle/bugle-0.0.20071009.ebuild b/dev-util/bugle/bugle-0.0.20071009.ebuild
index 3b3cd3d864d8..1653a99bbe39 100644
--- a/dev-util/bugle/bugle-0.0.20071009.ebuild
+++ b/dev-util/bugle/bugle-0.0.20071009.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild,v 1.1 2007/10/29 14:30:57 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild,v 1.2 2008/08/10 12:56:48 jokey Exp $
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="A tool for OpenGL debugging"
HOMEPAGE="http://www.opengl.org/sdk/tools/BuGLe/"
@@ -16,6 +16,7 @@ IUSE="ffmpeg gtk readline"
DEPEND="ffmpeg? ( media-video/ffmpeg )
gtk? ( >=x11-libs/gtk+-2.4.0 >=x11-libs/gtkglext-1.0.0 )
readline? ( sys-libs/readline )
+ virtual/opengl
sys-libs/ncurses"
RDEPEND="${DEPEND}"