Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
philantrop 08/02/23 22:43:15
Modified: kde.eclass
Log:
Only set WANT_AUTOMAKE to a pre-defined value if it's not yet set.
Revision Changes Path
1.205 eclass/kde.eclass
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.205&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.205&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?r1=1.204&r2=1.205
Index: kde.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- kde.eclass 20 Feb 2008 20:59:43 -0000 1.204
+++ kde.eclass 23 Feb 2008 22:43:15 -0000 1.205
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.204 2008/02/20 20:59:43 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.205 2008/02/23 22:43:15 philantrop Exp $
# @ECLASS: kde.eclass
# @MAINTAINER:
@@ -13,7 +13,7 @@
# @DESCRIPTION:
# This eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
-WANT_AUTOMAKE="1.9"
+[[ -z ${WANT_AUTOMAKE} ]] && WANT_AUTOMAKE="1.9"
inherit base eutils kde-functions flag-o-matic libtool autotools
--
gentoo-commits@g.o mailing list
|
|