Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169189 - automagic dependency in dev-perl/PDL-2.4.2-r1
Summary: automagic dependency in dev-perl/PDL-2.4.2-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 23:49 UTC by Marius Mauch (RETIRED)
Modified: 2007-03-27 12: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 Marius Mauch (RETIRED) gentoo-dev 2007-03-03 23:49:48 UTC
pkg_setup() {
	echo ""
	einfo "If you want GSL library support in PDL,"
	einfo "you need to emerge sci-libs/gsl first."
	echo ""
	epause 2
}

That should obviously be listed in DEPEND unless there is a _really_ good reason against.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2007-03-27 12:07:04 UTC
Honestly, there was at one time (it's completely optional and doesn't affect the end result without it). Looking now, I see that gsl has been added as a use flag, if locally (though with the addition of pdl, i'd think that makes it qualify for a global). I'll fix the ebuild with a use flag (really, this ebuild is ancient enough that random use flags weren't an option when it was first written :)
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2007-03-27 12:10:47 UTC
done-a-roonie