Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477066 - app-shells/bash-completion-2.1-r1 FEATURES=test requires dev-tcltk/expect dev-tcltk/tcllib
Summary: app-shells/bash-completion-2.1-r1 FEATURES=test requires dev-tcltk/expect dev...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-07-16 13:42 UTC by Jeroen Roovers (RETIRED)
Modified: 2013-08-25 17:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2013-07-16 13:42:38 UTC
Index: bash-completion-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v
retrieving revision 1.4
diff -u -B -r1.4 bash-completion-2.1-r1.ebuild
--- bash-completion-2.1-r1.ebuild       16 Jul 2013 01:26:22 -0000      1.4
+++ bash-completion-2.1-r1.ebuild       16 Jul 2013 13:42:06 -0000
@@ -10,9 +10,10 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
-IUSE=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
+IUSE="test"
 
+DEPEND="test? ( dev-tcltk/expect dev-tcltk/tcllib )"
 RDEPEND="|| ( >=app-shells/bash-4.1 app-shells/zsh )
        sys-apps/miscfiles
        !<app-shells/gentoo-bashcomp-20130101" #472938#c1

RepoMan scours the neighborhood...
  KEYWORDS.dropped              1
   app-shells/bash-completion/bash-completion-2.1-r1.ebuild: amd64-fbsd arm ppc64
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-16 13:43:12 UTC
dev-tcltk/tcllib is for cmdline.tcl
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-16 14:23:06 UTC
Running ./unit/__expand_tilde_by_ref.exp ...
send: spawn id exp0 not open

Hm, even so it expects an interactive shell, so maybe RESTRICT=test?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-08-25 17:05:58 UTC
> Hm, even so it expects an interactive shell, so maybe RESTRICT=test?

Added empty src_test() { :; } with comments