Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260706

Summary: gettext should RDEP on cvs
Product: Gentoo Linux Reporter: Robert Piasek (RETIRED) <dagger>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Robert Piasek (RETIRED) gentoo-dev 2009-03-01 10:01:31 UTC
gettext provides file /usr/bin/autopoint.

Below is a small part of autopoint:

# The requirement that the user must have the CVS program available is not
# a severe restrictions, because most of the people who use autopoint are
# users of CVS.
#
# Check availability of the CVS program.
(cvs -v) >/dev/null 2>/dev/null || func_fatal_error "cvs program not found"


That would suggest gettext should RDEP on cvs


Reproducible: Always
Comment 1 Matthias Schwarzott gentoo-dev 2009-03-02 14:43:49 UTC
I think gettext needs no cvs available for the most part of its work.
A RDEPEND pointing to cvs would pull cvs into system-set, as gettext ist part of it.
Comment 2 SpanKY gentoo-dev 2009-03-02 16:55:18 UTC

*** This bug has been marked as a duplicate of bug 55607 ***