Ticket #6 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Gentoo overlay is masked with ~x86 for all versions

Reported by: guest Owned by: nicoe
Priority: minor Component: Relatorio Core
Keywords: Cc:

Description

Hi Nicoe,
recently I changed my distribution to gentoo. There I try to install relatorio:

sudo emerge relatorio
Calculating dependencies /
!!! All ebuilds that could satisfy "dev-python/relatorio" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-python/relatorio-9999 (masked by: ~x86 keyword)
- dev-python/relatorio-0.4.0 (masked by: ~x86 keyword)
- dev-python/relatorio-0.2.0 (masked by: ~x86 keyword)
- dev-python/relatorio-0.1.1 (masked by: ~x86 keyword)

After this I try:

sudo ACCEPT_KEYWORDS=~x86 emerge relatorio

and it worked.
But I doesn't recognize that build 9999 was installed, even because a ...

less /usr/lib/python2.5/site-packages/relatorio-0.4.0-py2.5.egg-info/PKG-INFO
Metadata-Version: 1.0
Name: relatorio
Version: 0.4.0
Summary: A templating library able to output odt and pdf files
Home-page: http://relatorio.openhex.org
Author: Nicolas Evrard
...

... gives me the Version is mentioned as 0.4.0, but it is actually the trunk version of relatorio.

Maybe it is a good way to name the Trunk version other then the last release version?

Anyway I solved the problem with:

sudo ACCEPT_KEYWORDS=~x86 emerge =relatorio-0.4.0

Cheers Udo

Change History

Changed 4 years ago by nicoe

  • status changed from new to closed
  • resolution set to fixed

Fixed in [a3b1cc528d1e]

Note: See TracTickets for help on using tickets.