diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-06-08 13:48:14 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-06-08 13:48:14 +0000 |
commit | 5484303e052fa5de393fb9eb5cc00bc8b88dc241 (patch) | |
tree | 6df22260c2c42f59fcc6d8bd4013d469b49ae535 /net-libs | |
parent | Fixed QA issues, missing IUSE. bug #224373 (diff) | |
download | gentoo-2-5484303e052fa5de393fb9eb5cc00bc8b88dc241.tar.gz gentoo-2-5484303e052fa5de393fb9eb5cc00bc8b88dc241.tar.bz2 gentoo-2-5484303e052fa5de393fb9eb5cc00bc8b88dc241.zip |
Remove USE=debug as it does not affect anything anymore
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index d58f7f153c41..88a9ded6c9d6 100644 --- a/net-libs/gtk-vnc/ChangeLog +++ b/net-libs/gtk-vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gtk-vnc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.14 2008/06/02 17:05:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.15 2008/06/08 13:48:14 leio Exp $ + + 08 Jun 2008; Mart Raudsepp <leio@gentoo.org> gtk-vnc-0.3.6.ebuild: + Remove USE=debug as it does not affect anything anymore 02 Jun 2008; Brent Baude <ranger@gentoo.org> gtk-vnc-0.3.6.ebuild: Marking gtk-vnc-0.3.6 ~ppc to satisfy broken tree dep as noted by Mr Bones diff --git a/net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild index c721e73ab78f..47ef1f4e6da8 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild,v 1.3 2008/06/02 17:05:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.6.ebuild,v 1.4 2008/06/08 13:48:14 leio Exp $ +GCONF_DEBUG=no inherit gnome2 DESCRIPTION="VNC viewer widget for GTK." @@ -10,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug examples python opengl" +IUSE="examples python opengl" # what shall we do about libview # TODO: review nsplugin when it will be considered less experimental @@ -24,7 +25,6 @@ DEPEND="${RDEPEND} pkg_setup() { G2CONF="${G2CONF} - $(use_enable debug) $(use_with examples) $(use_with python) $(use_with opengl gtkglext) |