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 1QEhLl-00039e-CW for garchives@archives.gentoo.org; Tue, 26 Apr 2011 12:26:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFEB81C004; Tue, 26 Apr 2011 12:26:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E8DD1C004 for ; Tue, 26 Apr 2011 12:26:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5613A1B403E for ; Tue, 26 Apr 2011 12:26:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A50B980505 for ; Tue, 26 Apr 2011 12:26:31 +0000 (UTC) From: "Maxim Koltsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maxim Koltsov" Message-ID: <915f57898166463b58ac672b277fe48ad118df62.maksbotan@gentoo> Subject: [gentoo-commits] proj/gentoo-openbsd:master commit in: profiles/prefix/bsd/openbsd/4.9/, profiles/prefix/bsd/openbsd/4.9/x64/, ... X-VCS-Repository: proj/gentoo-openbsd X-VCS-Files: profiles/prefix/bsd/openbsd/4.9/parent profiles/prefix/bsd/openbsd/4.9/x64/make.defaults profiles/prefix/bsd/openbsd/4.9/x64/parent profiles/prefix/bsd/openbsd/4.9/x86/make.defaults profiles/prefix/bsd/openbsd/4.9/x86/parent profiles/prefix/bsd/parent X-VCS-Directories: profiles/prefix/bsd/openbsd/4.9/ profiles/prefix/bsd/openbsd/4.9/x64/ profiles/prefix/bsd/ profiles/prefix/bsd/openbsd/4.9/x86/ X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov X-VCS-Revision: 915f57898166463b58ac672b277fe48ad118df62 Date: Tue, 26 Apr 2011 12:26:31 +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: bc27015ee2e76abf8ae45323f33a9b05 commit: 915f57898166463b58ac672b277fe48ad118df62 Author: Maxim gmail com> AuthorDate: Tue Apr 26 12:25:51 2011 +0000 Commit: Maxim Koltsov gentoo org> CommitDate: Tue Apr 26 12:25:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-openbs= d.git;a=3Dcommit;h=3D915f5789 Fix profiles --- profiles/prefix/bsd/openbsd/4.9/parent | 1 + profiles/prefix/bsd/openbsd/4.9/x64/make.defaults | 8 ++++++++ profiles/prefix/bsd/openbsd/4.9/x64/parent | 1 + profiles/prefix/bsd/openbsd/4.9/x86/make.defaults | 8 ++++++++ profiles/prefix/bsd/openbsd/4.9/x86/parent | 1 + profiles/prefix/bsd/parent | 2 +- 6 files changed, 20 insertions(+), 1 deletions(-) diff --git a/profiles/prefix/bsd/openbsd/4.9/parent b/profiles/prefix/bsd= /openbsd/4.9/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.9/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/4.9/x64/make.defaults b/profiles= /prefix/bsd/openbsd/4.9/x64/make.defaults new file mode 100644 index 0000000..04880b2 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.9/x64/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/x64/m= ake.defaults,v 1.1 2009/06/06 03:54:44 solar Exp $ + +ARCH=3D"x64-openbsd" +CHOST=3D"x86_64-pc-openbsd4.9" +ACCEPT_KEYWORDS=3D"~x64-openbsd" + diff --git a/profiles/prefix/bsd/openbsd/4.9/x64/parent b/profiles/prefix= /bsd/openbsd/4.9/x64/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.9/x64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/openbsd/4.9/x86/make.defaults b/profiles= /prefix/bsd/openbsd/4.9/x86/make.defaults new file mode 100644 index 0000000..d3401c9 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.9/x86/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/4.2/x86/m= ake.defaults,v 1.1 2009/06/06 03:54:45 solar Exp $ + +ARCH=3D"x86-openbsd" +CHOST=3D"i686-pc-openbsd4.9" +ACCEPT_KEYWORDS=3D"~x86-openbsd" + diff --git a/profiles/prefix/bsd/openbsd/4.9/x86/parent b/profiles/prefix= /bsd/openbsd/4.9/x86/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/prefix/bsd/openbsd/4.9/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/bsd/parent b/profiles/prefix/bsd/parent index 8f9718b..985c694 100644 --- a/profiles/prefix/bsd/parent +++ b/profiles/prefix/bsd/parent @@ -1 +1 @@ -$PORTDIR/profiles/base +../../base