diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-01 20:20:07 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 02:55:44 -0800 |
commit | 70261b7fcf0844b4ddd615ff04827b839f66693a (patch) | |
tree | 01e0a8330e41d52a755a285cd4e645fca6b62353 /x11-themes | |
parent | x11-themes/tela-icon-theme: make standard theme optional (diff) | |
download | gentoo-70261b7fcf0844b4ddd615ff04827b839f66693a.tar.gz gentoo-70261b7fcf0844b4ddd615ff04827b839f66693a.tar.bz2 gentoo-70261b7fcf0844b4ddd615ff04827b839f66693a.zip |
x11-themes/tela-icon-theme: add RESTRICT="binchecks strip test"
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild | 2 | ||||
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild index cb8d15b5cbfa..c686c6761162 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild @@ -30,6 +30,8 @@ IUSE="${MY_COLOR_VARIANTS[*]/standard/+standard}" REQUIRED_USE="|| ( ${MY_COLOR_VARIANTS[*]} )" +RESTRICT="binchecks strip test" # not needed + BDEPEND="app-shells/bash" src_prepare() { diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild index cb8d15b5cbfa..c686c6761162 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -30,6 +30,8 @@ IUSE="${MY_COLOR_VARIANTS[*]/standard/+standard}" REQUIRED_USE="|| ( ${MY_COLOR_VARIANTS[*]} )" +RESTRICT="binchecks strip test" # not needed + BDEPEND="app-shells/bash" src_prepare() { |