Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100429 - gnumeric ebuilds has duplicated RDEPEND atoms
Summary: gnumeric ebuilds has duplicated RDEPEND atoms
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 22:03 UTC by MATSUI Tetsushi
Modified: 2005-07-27 03:10 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 MATSUI Tetsushi 2005-07-26 22:03:18 UTC
In app-office/gnumeric-1.4.3-r1.ebuild:
	>=x11-libs/gtk+-2.4
	>=gnome-base/libglade-2.4
	>=gnome-base/libgnomecanvas-2
	>=gnome-base/libgnomeprint-2.6
	>=gnome-base/libgnomeprintui-2.6
	>=media-libs/libart_lgpl-2.3.11

	gnome? ( >=x11-libs/gtk+-2.4
		>=gnome-base/libglade-2.4
		>=gnome-base/libgnomecanvas-2
		>=gnome-base/libgnomeprint-2.6
		>=gnome-base/libgnomeprintui-2.6
		>=media-libs/libart_lgpl-2.3.11

x11-libs/gtk+-2.4 etc. are in RDEPEND anyway.
The duplicated depend atoms in gnome? clause are redundant.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 foser (RETIRED) gentoo-dev 2005-07-27 03:10:10 UTC
I know. Not harmful.