Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551310 - app-admin/ansible-1.9.1 - typo in pkg_postinst
Summary: app-admin/ansible-1.9.1 - typo in pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-05 13:39 UTC by Tomáš Mózes
Modified: 2015-06-06 09:50 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 Tomáš Mózes 2015-06-05 13:39:27 UTC
pkg_postinst() {
     optfeatures "Alternative ssh transport" dev-python/paramiko
}

It should be optfeature. Gives warning:
/var/tmp/portage/app-admin/ansible-1.9.1/temp/environment: line 2841: optfeatures: command not found
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-06-06 09:50:26 UTC
  06 Jun 2015; Justin Lecher <jlec@gentoo.org> ansible-1.9.0.1.ebuild,
  +  ansible-1.9.1.ebuild, ansible-9999.ebuild:
  +  Fix typo in function name, bug #551310
  +