Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466722 - sci-chemistry/icm: please consider replacing '32bit' and '64bit' flags with abi_x86_*
Summary: sci-chemistry/icm: please consider replacing '32bit' and '64bit' flags with a...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 622414
Blocks:
  Show dependency tree
 
Reported: 2013-04-21 20:06 UTC by Michał Górny
Modified: 2017-08-14 21:39 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-04-21 20:06:10 UTC
The sci-chemistry/icm ebuild uses 32bit + 64bit flags to handle multilib on amd64. Please consider switching to the global abi_x86_32 & abi_x86_64 flags.

Benefits:

1. global flags are more consistent,

2. you won't need arch-conditionals since abi_x86_32 is enforced on x86.

As in:

  amd64? (
    32bit? ( A )
    64bit? ( B )
  )
  x86? ( A )

transforms to:

  abi_x86_32? ( A )
  abi_x86_64? ( B )
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-01-20 23:27:21 UTC
Also:

		<flag name="32bit">Automatically generated description for 32bit</flag>
		<flag name="64bit">Automatically generated description for 64bit</flag>
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-08-14 21:39:53 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