Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76362 - x11-misc/Xautoconfig needs ppc64 keyword
Summary: x11-misc/Xautoconfig needs ppc64 keyword
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-01 18:28 UTC by Alex Polvi (RETIRED)
Modified: 2005-01-02 07:07 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 Alex Polvi (RETIRED) gentoo-dev 2005-01-01 18:28:24 UTC
Xautoconfig works out of the box one ppc64 as long as the ebuild allows it.

Trivial patch below.

--- Xautoconfig-0.22-r2.ebuild.orig     2005-01-01 18:09:57.987988752 -0800
+++ Xautoconfig-0.22-r2.ebuild  2005-01-01 18:13:40.463986776 -0800
@@ -9,13 +9,13 @@
 HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="ppc -x86 -sparc"
+KEYWORDS="ppc ppc64 -x86 -sparc "
 IUSE=""
 
 DEPEND="sys-apps/pciutils"
 
 src_unpack() {
-       if [ ${ARCH} != ppc ]
+       if [ ${ARCH} != ppc || ${ARCH} != ppc64 ]
        then
                die "This is a PPC-only package"
        fi


Reproducible: Always
Steps to Reproduce:
1. emerge x11-misc/Xautoconfig
2.
3.

Actual Results:  
"This is a PPC-only package"

Expected Results:  
Compiles on both ppc (32) and ppc64.
Comment 1 Markus Rothe (RETIRED) gentoo-dev 2005-01-02 07:06:35 UTC
Thx!

Fixed in CVS.

Markus
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2005-01-02 07:07:01 UTC
closing