mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +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"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="dev-lang/go"
|
DEPEND="dev-lang/go:="
|
||||||
RDEPEND="net-misc/socat"
|
RDEPEND="net-misc/socat"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user