Merge pull request #1490 from crawford/coreos-metadata

coreos-base/coreos-metadata: fix ebuild
This commit is contained in:
Alex Crawford 2015-08-26 21:30:39 -07:00
commit 1f2962c34c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CROS_WORKON_PROJECT="coreos/coreos-metadata"
CROS_WORKON_LOCALNAME="coreos-metadata"
CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/coreos-metadata"
inherit cros-workon systemd
inherit coreos-go cros-workon systemd
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
@ -24,6 +24,6 @@ SLOT="0"
IUSE=""
src_install() {
dobin "${S}/bin/${PN}"
dobin "${GOBIN}/${PN}"
systemd_dounit "${FILESDIR}/coreos-metadata.service"
}