commit:     9ecd71eaf9189cc2843774ff660ffccb673ae2d0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 19 10:45:03 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Apr 19 10:45:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ecd71ea

app-shells/zsh-autosuggestions: restrict test for now

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../zsh-autosuggestions-0.6.4.ebuild                  | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild 
b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
index 3b307eb01..50f7d1f5c 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
@@ -8,14 +8,21 @@ HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions";
 
SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
-
 SLOT="0"
-
 KEYWORDS="~amd64"
-
-DEPEND=">=app-shells/zsh-4.3.11"
-
-RDEPEND="${DEPEND}"
+IUSE="test"
+#RESTRICT="!test? ( test )"
+#test need byebug not packaged
+RESTRICT="test"
+RDEPEND=">=app-shells/zsh-4.3.11"
+BDEPEND="
+       test? (
+               ${RDEPEND}
+               dev-ruby/bundler
+               dev-ruby/rspec
+       )
+"
+DEPEND=""
 
 src_install() {
        insinto "/usr/share/zsh/site-functions/"

Reply via email to