coreos-base/coreos: 0.0.1-r270 -> 0.0.1-r271

Pull in the etcd-wrapper ebuilds to make them available on amd64.
This commit is contained in:
Stefan Junker 2016-06-30 15:21:23 -07:00
parent cc5d03c2d1
commit 893a6c315d
2 changed files with 7 additions and 1 deletions

View File

@ -73,7 +73,13 @@ RDEPEND="${RDEPEND}
dev-db/etcd:1 dev-db/etcd:1
!etcd_protocols_2? ( dev-db/etcdctl ) !etcd_protocols_2? ( dev-db/etcdctl )
) )
etcd_protocols_2? ( dev-db/etcd:2 ) etcd_protocols_2? (
dev-db/etcd:2
amd64? (
app-admin/etcd-wrapper:2
app-admin/etcd-wrapper:3
)
)
" "
# Optionally enable SELinux and pull in policy for containers # Optionally enable SELinux and pull in policy for containers