diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-05-31 13:40:34 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-05-31 13:40:34 +0200 |
commit | 8aebbf4af58c06f098aff8203a50e453768aa14d (patch) | |
tree | 8d3c324c5c8513f6e253731f24f30ce158622bcf /app-emulation/reg | |
parent | eclass: Remove remaining uses of epause and ebeep. (diff) | |
download | gentoo-8aebbf4af58c06f098aff8203a50e453768aa14d.tar.gz gentoo-8aebbf4af58c06f098aff8203a50e453768aa14d.tar.bz2 gentoo-8aebbf4af58c06f098aff8203a50e453768aa14d.zip |
app-emulation/reg: Remove unused IUSE
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/reg')
-rw-r--r-- | app-emulation/reg/reg-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/reg/reg-0.13.0.ebuild b/app-emulation/reg/reg-0.13.0.ebuild index f7c9db927029..e053da6337af 100644 --- a/app-emulation/reg/reg-0.13.0.ebuild +++ b/app-emulation/reg/reg-0.13.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/genuinetools/reg" SRC_URI="${ARCHIVE_URI}" LICENSE="MIT" SLOT="0" -IUSE="seccomp" +IUSE="" RESTRICT="test" |