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 AAF51138A1A for ; Tue, 10 Feb 2015 03:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78488E0B0F; Tue, 10 Feb 2015 03:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09D45E0B0F for ; Tue, 10 Feb 2015 03:28:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAF3C340795 for ; Tue, 10 Feb 2015 03:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE35F116D0 for ; Tue, 10 Feb 2015 03:28:54 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1423538803.d879d59ef7240a60f0edfb3dda500df4daafaf53.twitch153@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/files/portage/ X-VCS-Repository: proj/releng X-VCS-Files: tools-hardened/desktop/files/portage/make.xfce4.1 tools-hardened/desktop/files/portage/make.xfce4.2 X-VCS-Directories: tools-hardened/desktop/files/portage/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: d879d59ef7240a60f0edfb3dda500df4daafaf53 X-VCS-Branch: master Date: Tue, 10 Feb 2015 03:28:54 +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: 3acb43cf-0748-42b6-bbf5-89c6fb17b1b6 X-Archives-Hash: bb94fbc26c0a3741ec9b85f8bd310548 commit: d879d59ef7240a60f0edfb3dda500df4daafaf53 Author: Devan Franchini gentoo org> AuthorDate: Tue Feb 10 03:26:43 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Feb 10 03:26:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=d879d59e make.xfce4.{1, 2}: Disables libav USE flag --- tools-hardened/desktop/files/portage/make.xfce4.1 | 2 +- tools-hardened/desktop/files/portage/make.xfce4.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-hardened/desktop/files/portage/make.xfce4.1 b/tools-hardened/desktop/files/portage/make.xfce4.1 index 0335a9b..c4239cf 100644 --- a/tools-hardened/desktop/files/portage/make.xfce4.1 +++ b/tools-hardened/desktop/files/portage/make.xfce4.1 @@ -11,7 +11,7 @@ USE="${USE} ads -client avahi autoipd eds ldap mbox mdnsresponder-compat policyk USE="${USE} cdr cdda dvdr" USE="${USE} cups extras ppds" USE="${USE} exif gif jpeg jpeg2k mng apng png raw svg tiff wmf" -USE="${USE} a52 alsa dvb dvd esd ffmpeg flac gstreamer lame mad mpeg ogg theora vorbis xv aac mp3 speex twolame pulseaudio" +USE="${USE} a52 alsa dvb dvd esd ffmpeg flac gstreamer lame mad mpeg ogg theora vorbis xv aac mp3 speex twolame pulseaudio -libav" USE="${USE} python perl vala" # INPUT_DEVICES="evdev keyboard mouse acecad aiptek elographics fpit joystick penmount synaptics vmmouse void wacom" diff --git a/tools-hardened/desktop/files/portage/make.xfce4.2 b/tools-hardened/desktop/files/portage/make.xfce4.2 index 3b56966..63d6ef1 100644 --- a/tools-hardened/desktop/files/portage/make.xfce4.2 +++ b/tools-hardened/desktop/files/portage/make.xfce4.2 @@ -11,7 +11,7 @@ USE="${USE} ads -client avahi autoipd eds ldap mbox mdnsresponder-compat policyk USE="${USE} cdr cdda dvdr" USE="${USE} cups extras ppds" USE="${USE} exif gif jpeg jpeg2k mng apng png raw svg tiff wmf" -USE="${USE} a52 alsa dvb dvd esd ffmpeg flac gstreamer lame mad mpeg ogg theora vorbis xv aac mp3 speex twolame pulseaudio" +USE="${USE} a52 alsa dvb dvd esd ffmpeg flac gstreamer lame mad mpeg ogg theora vorbis xv aac mp3 speex twolame pulseaudio -libav" USE="${USE} python perl vala" # INPUT_DEVICES="evdev keyboard mouse acecad aiptek elographics fpit joystick penmount synaptics vmmouse void wacom"