Magellan Linux

Contents of /smage/trunk/core/coreutils/alx/coreutils.custom~

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1284 - (show annotations) (download)
Tue Dec 29 16:50:58 2009 UTC (14 years, 5 months ago) by niro
File size: 267 byte(s)
auto added: ver bump to 7.6-r3.smage2
1 # $Header: /alx-cvs/smage-eglibc/coreutils/alx/coreutils.custom,v 1.1 2008/02/27 09:31:08 niro Exp $
2
3 # fix dependencies:
4 # remove gettext dep
5 DEPEND=$(echo "${DEPEND}" | sed '/sys-dev\/gettext/d')
6 # and add it to SDEPEND
7 SDEPEND="${SDEPEND}
8 >= sys-dev/gettext-0.12"