From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 382A71381F3 for ; Mon, 8 Jul 2013 09:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3BA3E0983; Mon, 8 Jul 2013 09:06:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40797E0983 for ; Mon, 8 Jul 2013 09:06:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5574033E772 for ; Mon, 8 Jul 2013 09:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 019E3E5458 for ; Mon, 8 Jul 2013 09:06:10 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1373272466.2c3cb8285e6ece17a6936a62e3c18937f9f077bd.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-4.8.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 2c3cb8285e6ece17a6936a62e3c18937f9f077bd X-VCS-Branch: master Date: Mon, 8 Jul 2013 09:06:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a764ea4-555a-44fa-a6dc-fa27a73a771b X-Archives-Hash: 40178c127f7a71de7523acf5d6d745be commit: 2c3cb8285e6ece17a6936a62e3c18937f9f077bd Author: Davide Pesavento gmail com> AuthorDate: Mon Jul 8 08:34:26 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Jul 8 08:34:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2c3cb828 [dev-qt/qtgui:4] Stop pretending that GIF support can be disabled. The plugin was always built, regardless of the USE flag. Package-Manager: portage-2.2.0_alpha186 --- dev-qt/qtgui/qtgui-4.8.9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-qt/qtgui/qtgui-4.8.9999.ebuild b/dev-qt/qtgui/qtgui-4.8.9999.ebuild index b8c273e..34745f9 100644 --- a/dev-qt/qtgui/qtgui-4.8.9999.ebuild +++ b/dev-qt/qtgui/qtgui-4.8.9999.ebuild @@ -14,7 +14,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi -IUSE="+accessibility cups dbus egl gif +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" +IUSE="+accessibility cups dbus egl +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" REQUIRED_USE=" gtkstyle? ( glib ) @@ -105,7 +105,6 @@ src_prepare() { src_configure() { myconf="$(qt_use accessibility) $(qt_use cups) - $(use gif || echo -no-gif) $(qt_use glib) $(qt_use mng libmng system) $(qt_use nas nas-sound system)