diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-22 01:31:11 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-22 01:31:45 +0100 |
commit | cf5f305dfe9919ee9c1a8f1431e100023ea4c6e5 (patch) | |
tree | 6f0bc234d69ba64ca71c3e300da77b3dbffc093b /app-misc/chkcrontab | |
parent | app-office/libreoffice: Fix metainfo location, bug 709450 (diff) | |
download | gentoo-cf5f305dfe9919ee9c1a8f1431e100023ea4c6e5.tar.gz gentoo-cf5f305dfe9919ee9c1a8f1431e100023ea4c6e5.tar.bz2 gentoo-cf5f305dfe9919ee9c1a8f1431e100023ea4c6e5.zip |
app-misc/chkcrontab: x86 stable (bug #755992)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild index 7be8fc3cacaf..a9facacc2c10 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild @@ -14,7 +14,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" RESTRICT="!test? ( test )" |