diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-08 16:58:08 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-08 16:59:30 +0300 |
commit | 84f802ecf7395cd67d900334d39749a9589af67e (patch) | |
tree | 7033534d4e59ae4f0c97eca11da297d83190c888 /dev-util/tup | |
parent | dev-db/etcd: Version bump to 3.3.12 (diff) | |
download | gentoo-84f802ecf7395cd67d900334d39749a9589af67e.tar.gz gentoo-84f802ecf7395cd67d900334d39749a9589af67e.tar.bz2 gentoo-84f802ecf7395cd67d900334d39749a9589af67e.zip |
dev-util/tup: amd64 stable wrt bug #677118
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-util/tup')
-rw-r--r-- | dev-util/tup/tup-0.7.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/tup/tup-0.7.8.ebuild b/dev-util/tup/tup-0.7.8.ebuild index 2662d05de6fd..5799fa9056d0 100644 --- a/dev-util/tup/tup-0.7.8.ebuild +++ b/dev-util/tup/tup-0.7.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ if [[ "${PV}" == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/gittup/tup/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DEPEND=" |