Merge pull request #1817 from mischief/go-revbump

*: bump any ebuild that depends on go so it will be rebuilt
This commit is contained in:
Nick Owens 2016-03-04 17:35:13 -08:00
commit 3f4fedd40b
22 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,7 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
DEPEND="dev-lang/go" DEPEND="dev-lang/go:="
RDEPEND="net-misc/socat" RDEPEND="net-misc/socat"
src_prepare() { src_prepare() {

View File

@ -23,7 +23,6 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
DEPEND=">=dev-lang/go-1.4.3"
RDEPEND="sys-apps/kmod RDEPEND="sys-apps/kmod
app-crypt/gnupg app-crypt/gnupg
sys-apps/systemd" sys-apps/systemd"

View File

@ -4,7 +4,7 @@
# $Header:$ # $Header:$
# #
EAPI=4 EAPI=5
CROS_WORKON_PROJECT="coreos/etcd" CROS_WORKON_PROJECT="coreos/etcd"
CROS_WORKON_LOCALNAME="etcd" CROS_WORKON_LOCALNAME="etcd"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
@ -24,7 +24,7 @@ SRC_URI=""
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="1" SLOT="1"
DEPEND=">=dev-lang/go-1.2" DEPEND=">=dev-lang/go-1.2:="
RDEPEND="!dev-db/etcd:0 RDEPEND="!dev-db/etcd:0
!dev-db/etcd-starter" !dev-db/etcd-starter"