mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
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:
commit
3f4fedd40b
@ -19,7 +19,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-lang/go"
|
||||
DEPEND="dev-lang/go:="
|
||||
RDEPEND="net-misc/socat"
|
||||
|
||||
src_prepare() {
|
@ -23,7 +23,6 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.4.3"
|
||||
RDEPEND="sys-apps/kmod
|
||||
app-crypt/gnupg
|
||||
sys-apps/systemd"
|
||||
|
@ -4,7 +4,7 @@
|
||||
# $Header:$
|
||||
#
|
||||
|
||||
EAPI=4
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/etcd"
|
||||
CROS_WORKON_LOCALNAME="etcd"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
@ -24,7 +24,7 @@ SRC_URI=""
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1"
|
||||
|
||||
DEPEND=">=dev-lang/go-1.2"
|
||||
DEPEND=">=dev-lang/go-1.2:="
|
||||
RDEPEND="!dev-db/etcd:0
|
||||
!dev-db/etcd-starter"
|
||||
|
Loading…
x
Reference in New Issue
Block a user