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 1Sk1jG-0006Wv-EW for garchives@archives.gentoo.org; Wed, 27 Jun 2012 23:32:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 198A7E07FA; Wed, 27 Jun 2012 23:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7D0EE07FA for ; Wed, 27 Jun 2012 23:32:50 +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 453931B4006 for ; Wed, 27 Jun 2012 23:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0E188E5432 for ; Wed, 27 Jun 2012 23:32:49 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1340839953.d26946652229a9d63b7b43cc60072d6c65c9ffb9.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/amd64-auto.conf config/x86-auto.conf X-VCS-Directories: config/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: d26946652229a9d63b7b43cc60072d6c65c9ffb9 X-VCS-Branch: master Date: Wed, 27 Jun 2012 23:32:49 +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: f73a5485-70c6-4eea-ba13-114d36ee38fa X-Archives-Hash: c75df8e8965748a468c636814ae78419 commit: d26946652229a9d63b7b43cc60072d6c65c9ffb9 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Wed Jun 27 23:31:49 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Wed Jun 27 23:32:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/releng.git;a=3D= commit;h=3Dd2694665 Sort options alphabetically and sync options for amd64 and x86 (add ccach= e to x86). --- config/amd64-auto.conf | 2 +- config/x86-auto.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index c26b94b..6071ddc 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-auto.conf @@ -1,6 +1,6 @@ distdir=3D"/usr/portage/distfiles" portdir=3D"/release/trees/portage-auto" -options=3D"ccache pkgcache autoresume snapcache seedcache kerncache" +options=3D"autoresume ccache kerncache pkgcache seedcache snapcache" sharedir=3D"/usr/lib/catalyst/" storedir=3D"/release/buildroot/amd64-dev" envscript=3D"/etc/catalyst/release/amd64-dev.env" diff --git a/config/x86-auto.conf b/config/x86-auto.conf index ba277c2..3a5c08c 100644 --- a/config/x86-auto.conf +++ b/config/x86-auto.conf @@ -1,6 +1,6 @@ distdir=3D"/usr/portage/distfiles" portdir=3D"/release/trees/portage-auto" -options=3D"pkgcache autoresume snapcache seedcache kerncache" +options=3D"autoresume ccache kerncache pkgcache seedcache snapcache" sharedir=3D"/usr/lib/catalyst/" storedir=3D"/release/buildroot/x86-dev" envscript=3D"/etc/catalyst/release/x86-dev.env"