diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-07-15 18:41:13 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-07-15 18:41:13 +0200 |
commit | 3cb57631edb3801f08f0917065bf71b5ba1fae7e (patch) | |
tree | 61e5a62c8e1d7fbb38b3a3ba414784bf64d7e025 /app-misc/chkcrontab | |
parent | app-benchmarks/sysbench-1.0.7-r0: add amd64 keyword (diff) | |
download | gentoo-3cb57631edb3801f08f0917065bf71b5ba1fae7e.tar.gz gentoo-3cb57631edb3801f08f0917065bf71b5ba1fae7e.tar.bz2 gentoo-3cb57631edb3801f08f0917065bf71b5ba1fae7e.zip |
app-misc/chkcrontab-1.7-r0: add amd64 keyword
Gentoo-Bug: 624420
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild index 97df477c808c..90a33181737b 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lyda/chkcrontab/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" python_test() { |