From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QX22X-0003mK-J7 for garchives@archives.gentoo.org; Thu, 16 Jun 2011 02:10:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFE61C02D; Thu, 16 Jun 2011 02:10:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 609AB1C02D for ; Thu, 16 Jun 2011 02:10:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D04A21B401A for ; Thu, 16 Jun 2011 02:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C6DB48003C for ; Thu, 16 Jun 2011 02:10:23 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: <943071c7729abd4eb6c0d900c0a23133f126df8e.hexxeh@gentoo> Subject: [gentoo-commits] proj/gentoaster:master commit in: configs/ X-VCS-Repository: proj/gentoaster X-VCS-Files: configs/fluxbox.ini X-VCS-Directories: configs/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: 943071c7729abd4eb6c0d900c0a23133f126df8e Date: Thu, 16 Jun 2011 02:10:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8e3970f1c4c11e5a20f5db149a49bb64 commit: 943071c7729abd4eb6c0d900c0a23133f126df8e Author: Liam McLoughlin hexxeh net> AuthorDate: Thu Jun 16 02:29:25 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Thu Jun 16 02:29:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3D943071c7 Adding Python 2.6 to fluxbox config to fix a build failure --- configs/fluxbox.ini | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/fluxbox.ini b/configs/fluxbox.ini index 596d0c7..5777a93 100644 --- a/configs/fluxbox.ini +++ b/configs/fluxbox.ini @@ -13,5 +13,5 @@ USE_FLAGS=3D'-qt4 kde X dbus gtk gnome xorg udev truety= pe nls imlib' PACKAGE_USE=3D'media-libs/imlib2 X' FEATURES=3D'parallel-fetch userfetch userpriv getbinpkg' PACKAGE_ACCEPT_KEYWORDS=3D'' -PACKAGES_LIST=3D'dhcpcd xorg-server fluxbox' +PACKAGES_LIST=3D'dhcpcd =3Ddev-lang/python-2.6.5-r3 xorg-server fluxbox' OUTPUT_FORMAT=3D'raw'