Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cifs-utils-6.7 fix heimdal testing #4332

Closed
wants to merge 1 commit into from
Closed

cifs-utils-6.7 fix heimdal testing #4332

wants to merge 1 commit into from

Conversation

mingzym
Copy link
Contributor

@mingzym mingzym commented Mar 31, 2017

we should use 'has_version' instead of 'has' here


       has <item> <item list>
              If item is in item list, then has returns 0. Otherwise, 1 is returned. There is another version, hasv, that will conditionally echo item.
              The item list is delimited by the IFS variable.  This variable has a default value of ' ', or a space.  It is a bash(1) setting.

       hasv <item> <item list>
              Like has, but also echoes item when has returns true.

       has_version [--host-root] <category/package-version>
              Check  to  see  if  category/package-version is installed on the system.  The parameter accepts all values that are acceptable in the DEPEND variable.  The function returns 0 if category/package-version is installed, 1
              otherwise. Beginning with EAPI 5, the --host-root option may be used in order to cause the query to apply to the host root instead of ${ROOT}.

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull Request assignment

Areas affected: ebuilds
Packages affected: net-fs/cifs-utils

net-fs/cifs-utils: @gentoo/samba

@gentoo-repo-qa-bot gentoo-repo-qa-bot added the assigned PR successfully assigned to the package maintainer(s). label Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s).
Projects
None yet
2 participants