From bf68ef96aa1624ff797916b7a1b3bcf829f17394 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 5 Feb 2013 16:05:25 -0800 Subject: [PATCH] fix(virtual): add hard-host-depends-bsp add this virtual for hard-host-depends --- .../hard-host-depends-bsp-1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/virtual/hard-host-depends-bsp/hard-host-depends-bsp-1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/virtual/hard-host-depends-bsp/hard-host-depends-bsp-1.ebuild b/sdk_container/src/third_party/coreos-overlay/virtual/hard-host-depends-bsp/hard-host-depends-bsp-1.ebuild new file mode 100644 index 0000000000..3cb607a114 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/virtual/hard-host-depends-bsp/hard-host-depends-bsp-1.ebuild @@ -0,0 +1,14 @@ +# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +DESCRIPTION="Host dependencies BSP virtual package. Override this virtual +package in a private host overlay by adding a virtual/hard-host-depends-bsp +version 2 ebuild, and have that package RDEPEND on any host dependencies needed +by the private overlay." +HOMEPAGE="http://src.chromium.org" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86"