Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 622412

Summary: sci-chemistry/icm: horribly overcomplex REQUIRED_USE
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Chemistry-Related Packages <sci-chemistry>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PMASKED
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=466722
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 622414    
Bug Blocks:    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-06-21 19:08:43 UTC
The package uses the following horrible construct:

  ^^ (
    ( !32bit 64bit )
    ( 32bit !64bit )
    ( 32bit 64bit )
  )

Which obviously could be written much simpler as:

  || ( 64bit 32bit )
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-08-14 21:39:52 UTC
commit 668ec1f0924a56d76d4ce1e82711837e5ec83c73
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Mon Aug 14 23:31:51 2017
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Mon Aug 14 23:39:15 2017

    sci-chemistry/icm: Remove last-rited pkg, #622414