Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75896 - amd64 keyword removed from prior build of mindi-kernel not restored
Summary: amd64 keyword removed from prior build of mindi-kernel not restored
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 03:57 UTC by Maurice Volaski
Modified: 2005-11-11 09:34 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 Maurice Volaski 2004-12-28 03:57:20 UTC
The changelog for mindi-kernel says:

01 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> mindi-kernel-1.0.ebuild:
  Removing amd64 keyword since this package depends on a package that depends on
  a package that won't work on amd64.


but the current ebuild (1.0-r1) has empty depends/rdepends clauses:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild,v 1.1 2004/08/12 21:28:10 pfeifer Exp $

DESCRIPTION="Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs
used by Mindi."
HOMEPAGE="http://www.mondorescue.org/"
SRC_URI="http://www.microwerks.net/~hugo/download/MondoCD/TGZS/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 -*"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
        dodir /usr/share/mindi
        insinto /usr/share/mindi
        doins lib.tar.bz2 vmlinuz
}


So probably at the very least the amd64 should be added back as ~amd64.
Comment 1 Maurice Volaski 2004-12-28 12:16:31 UTC
The changelog comment apparently now applies to some other component of the mondo-rescue package, mindi or mondo-rescue itself. And it probably should state outright the identity of these two package it refers to.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-11-11 09:34:31 UTC
Depends on sys-apps/mindi which is x86 *only*, closing a stale bug.

INVALID.