diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-06 14:06:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-06 14:06:18 +0100 |
commit | 83e6a7be165559f0c6e6ae2b1b9a5d82038e005c (patch) | |
tree | 7989cbc4fbc5784297e5d4b7571c462384b1c1ee /dev-vcs/git-flow | |
parent | sys-fs/reiser4progs: amd64 stable wrt bug #704448 (diff) | |
download | gentoo-83e6a7be165559f0c6e6ae2b1b9a5d82038e005c.tar.gz gentoo-83e6a7be165559f0c6e6ae2b1b9a5d82038e005c.tar.bz2 gentoo-83e6a7be165559f0c6e6ae2b1b9a5d82038e005c.zip |
dev-vcs/git-flow: amd64 stable wrt bug #704822
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs/git-flow')
-rw-r--r-- | dev-vcs/git-flow/git-flow-1.12.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-flow/git-flow-1.12.3.ebuild b/dev-vcs/git-flow/git-flow-1.12.3.ebuild index 0e539df2e29c..a6ebcbb65eeb 100644 --- a/dev-vcs/git-flow/git-flow-1.12.3.ebuild +++ b/dev-vcs/git-flow/git-flow-1.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COM LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="dev-vcs/git" |