feat(coreos-base/gmerge): add gmerge ebuild

This commit is contained in:
Brandon Philips 2013-02-16 10:46:16 -08:00
parent 7ccb7368e7
commit d9972cd9a7
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ RDEPEND="app-shells/bash
sys-apps/portage"
DEPEND="${RDEPEND}"
CHROMEOS_PROFILE="/usr/local/portage/chromiumos/profiles/targets/chromeos"
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/targets/coreos"
src_install() {
# Install tools from platform/dev into /usr/local/bin
@ -39,5 +39,5 @@ src_install() {
# want to install to the device.
insinto /usr/local/etc/make.profile/package.provided
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
newins "${CHROMEOS_PROFILE}"/package.provided chromeos
newins "${CHROMEOS_PROFILE}"/package.provided coreos
}

View File

@ -21,7 +21,7 @@ RDEPEND="app-shells/bash
sys-apps/portage"
DEPEND="${RDEPEND}"
CHROMEOS_PROFILE="/usr/local/portage/chromiumos/profiles/targets/chromeos"
CHROMEOS_PROFILE="/usr/local/portage/coreos/profiles/targets/coreos"
src_install() {
# Install tools from platform/dev into /usr/local/bin
@ -37,5 +37,5 @@ src_install() {
# want to install to the device.
insinto /usr/local/etc/make.profile/package.provided
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
newins "${CHROMEOS_PROFILE}"/package.provided chromeos
newins "${CHROMEOS_PROFILE}"/package.provided coreos
}