Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118970 - ipkg-utils-1.7 not available for amd64
Summary: ipkg-utils-1.7 not available for amd64
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, TESTED
Depends on:
Blocks:
 
Reported: 2006-01-14 03:30 UTC by Florian Fainelli
Modified: 2006-01-20 14:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch to apply against the portage tree. (ipkg-utils-1.7-amd64.ebuild,423 bytes, patch)
2006-01-14 03:32 UTC, Florian Fainelli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Fainelli 2006-01-14 03:30:40 UTC
The ipkg-utils tools are not available for the amd64 architecture. What I propose is to add the ~amd64 keyword to the ebuild, so that ~amd64 users can test it and report any bug. Personnaly I did not find any bug using them.

diff -urN /usr/portage/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild ipkg-utils-1.7.ebuild 
--- /usr/portage/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild      2005-11-29 04:05:24.000000000 +0100
+++ ipkg-utils-1.7.ebuild       2006-01-14 12:27:23.000000000 +0100
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 IUSE=""
 SLOT="0"
-KEYWORDS="~arm ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
 
 DEPEND="dev-lang/python"
Comment 1 Florian Fainelli 2006-01-14 03:32:30 UTC
Created attachment 77064 [details, diff]
Proposed patch to apply against the portage tree.
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2006-01-20 14:03:47 UTC
keyword added... next time don't add the patch isn't needed for keywording bugs.
Thanks