Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95940 - I can compile ogle and use in amd64 plataform.
Summary: I can compile ogle and use in amd64 plataform.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High trivial
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-06-13 02:31 UTC by G0su
Modified: 2005-06-19 11:39 UTC (History)
0 users

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 G0su 2005-06-13 02:31:50 UTC
I can compile okle with ~x86 flag with not problem and i use for see one film. 
I add okle to ~amd64 plataform and works fine.  

Reproducible: Always
Steps to Reproduce:
1. echo "media-video/okle ~x86" > /etc/portage/package.keywords   
2. emerge okle  
3. DarkTemplar okle # emerge -p okle | grep ebuild 
[ebuild   R   ] media-video/okle-0.4 
 
  



The solution is this, i probe and works fine: 
 
Add to /usr/portage/media-video/okle/okle-0.4.ebuild   
KEYWORDS="~x86 ~ppc ~amd64"   
# echo "media-video/okle ~amd64" > /etc/portage/package.keywords  
# ebuild okle-0.4.ebuild digest  
>>> Generating digest file...  
<<< okle-0.4.tar.gz  
>>> Generating manifest file...  
<<< okle-0.4.ebuild  
<<< ChangeLog  
<<< metadata.xml  
<<< files/digest-okle-0.4  
<<< files/okle-0.4-configure-arts.patch  
>>> Computed message digests.  
  
# emerge okle  
$ okle   
And see dvd film ;)
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2005-06-19 11:39:59 UTC
Thanks, cool app. Can even play dvds from ISOs ;-) Marked ~amd64 in CVS.
FIXED!