summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-03-25 10:14:37 +0000
committerMike Auty <ikelos@gentoo.org>2009-03-25 10:14:37 +0000
commit6d19e145b4bc9e9604291fc293683f407cd1f5bb (patch)
tree611c3ae6db78649560417e090daedc1464cdac4e /app-emulation
parentnet-misc/amazonmp3-libcompat: gtkmm's accessibility is now always enabled (se... (diff)
downloadgentoo-2-6d19e145b4bc9e9604291fc293683f407cd1f5bb.tar.gz
gentoo-2-6d19e145b4bc9e9604291fc293683f407cd1f5bb.tar.bz2
gentoo-2-6d19e145b4bc9e9604291fc293683f407cd1f5bb.zip
gtkmm's accessibility is now always enabled (see bug #247249)
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-workstation/ChangeLog6
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild7
2 files changed, 6 insertions, 7 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog
index 98dae64b1212..b6897d8f5fa7 100644
--- a/app-emulation/vmware-workstation/ChangeLog
+++ b/app-emulation/vmware-workstation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vmware-workstation
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.197 2009/03/12 11:53:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.198 2009/03/25 10:14:37 ikelos Exp $
+
+ 25 Mar 2009; Mike Auty <ikelos@gentoo.org>
+ vmware-workstation-6.5.1.126130.ebuild:
+ gtkmm's accessibility is now always enabled (see bug #247249)
12 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
vmware-workstation-6.5.1.126130.ebuild:
diff --git a/app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild b/app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild
index f969850725f9..89f229002f51 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild,v 1.7 2009/03/12 11:53:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-6.5.1.126130.ebuild,v 1.8 2009/03/25 10:14:37 ikelos Exp $
inherit eutils versionator fdo-mime gnome2-utils
@@ -57,11 +57,6 @@ pkg_setup() {
MY_P="${MY_PN}.x86_64"
fi
- if ! built_with_use ">=dev-cpp/gtkmm-2.4" accessibility ; then
- eerror "Rebuild dev-cpp/gtkmm with USE=\"accessibility\""
- die "VMware workstation only works with gtkmm built with USE=\"accessibility\"."
- fi
-
if ! built_with_use -a '>=dev-lang/python-2.5' sqlite ncurses; then
eerror "You need to build dev-lang/python with \"sqlite ncurses\" USE flags!"
die "Please rebuild dev-lang/python with sqlite and ncurses USE flags!"