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 1QarSB-0000Dh-CF for garchives@archives.gentoo.org; Sun, 26 Jun 2011 15:40:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 965521C23B; Sun, 26 Jun 2011 15:40:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 621BD1C23A for ; Sun, 26 Jun 2011 15:40:47 +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 D81C01BC013 for ; Sun, 26 Jun 2011 15:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D225F80051 for ; Sun, 26 Jun 2011 15:40:45 +0000 (UTC) From: "Robert Seaton" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robert Seaton" Message-ID: <40b74151cef5f937cacdc0c6b46cd94ef3fed8c0.rps@gentoo> Subject: [gentoo-commits] proj/glentoo:master commit in: / X-VCS-Repository: proj/glentoo X-VCS-Files: livecd-stage1.spec stage2.spec X-VCS-Directories: / X-VCS-Committer: rps X-VCS-Committer-Name: Robert Seaton X-VCS-Revision: 40b74151cef5f937cacdc0c6b46cd94ef3fed8c0 Date: Sun, 26 Jun 2011 15:40:45 +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: 2e702ee75731be96b6ce77c2449466d0 commit: 40b74151cef5f937cacdc0c6b46cd94ef3fed8c0 Author: Robert Seaton dupage edu> AuthorDate: Sun Jun 26 15:39:04 2011 +0000 Commit: Robert Seaton dupage edu> CommitDate: Sun Jun 26 15:39:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/glentoo.git;a= =3Dcommit;h=3D40b74151 Add per package use flags. --- livecd-stage1.spec | 1 + stage2.spec | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/livecd-stage1.spec b/livecd-stage1.spec index 9241330..651ef63 100755 --- a/livecd-stage1.spec +++ b/livecd-stage1.spec @@ -5,6 +5,7 @@ rel_type: default profile: default/linux/x86/10.0 snapshot: latest source_subpath: default/stage3-i486-0.1 +portage_confdir: /home/robb/glentoo/livecd-overlay/etc/portage livecd/use: -* deprecated diff --git a/stage2.spec b/stage2.spec index 243f2c0..d481047 100755 --- a/stage2.spec +++ b/stage2.spec @@ -5,3 +5,4 @@ rel_type: default profile: default/linux/x86/10.0 snapshot: latest source_subpath: default/stage1-i486-0.1 +portage_confdir: /home/robb/glentoo/livecd-overlay/etc/portage \ No newline at end of file