Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97474 - Expocity builds OK on amd64 - pls add ~amd64 to KEYWORDS in ebuild
Summary: Expocity builds OK on amd64 - pls add ~amd64 to KEYWORDS in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-06-30 03:56 UTC by Gordon Jahn
Modified: 2005-07-06 16:42 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 Gordon Jahn 2005-06-30 03:56:22 UTC
expocity-2.6.2.1 builds and runs correctly on amd64 - please add ~amd64 to
KEYWORDS in ebuild file.



Reproducible: Always
Steps to Reproduce:
1. "emerge expocity" gives missing keyword error
Actual Results:  
Missing keyword error

Expected Results:  
Built and installed expocity

Fixed by addition of ~amd64 to KEYWORDS in
x11-misc/expocity/expocity-2.6.2.1.ebuild (and regenerate manifest info)

Unified diff:

--- /usr/portage/x11-misc/expocity/expocity-2.6.2.1.ebuild      2004-11-11
17:15:18.000000000 +0000
+++ expocity/expocity-2.6.2.1.ebuild    2005-06-30 11:46:17.000000000 +0100
@@ -13,7 +13,7 @@

 SLOT="0"
 IUSE="xinerama"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"

 RDEPEND="virtual/x11
                >=x11-libs/pango-1.2
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-07-06 16:42:28 UTC
Keyword added, thanks for reporting.