public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: kde4-meta-pkg.eclass
@ 2011-04-06 15:56 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-04-06 15:56 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/04/06 15:56:32

  Modified:             kde4-meta-pkg.eclass
  Log:
  Reorder meta-pkg a bit so slot is calculated prior blockers.

Revision  Changes    Path
1.2                  eclass/kde4-meta-pkg.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta-pkg.eclass?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta-pkg.eclass?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta-pkg.eclass?r1=1.1&r2=1.2

Index: kde4-meta-pkg.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-meta-pkg.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde4-meta-pkg.eclass	6 Apr 2011 14:22:14 -0000	1.1
+++ kde4-meta-pkg.eclass	6 Apr 2011 15:56:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta-pkg.eclass,v 1.1 2011/04/06 14:22:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta-pkg.eclass,v 1.2 2011/04/06 15:56:32 scarabeus Exp $
 
 # @ECLASS: kde4-meta-pkg.eclass
 # @MAINTAINER:
@@ -15,9 +15,8 @@
 
 LICENSE="GPL-2"
 IUSE="aqua kdeprefix"
-RDEPEND="$(block_other_slots)"
 
 SLOT=$(_calculate_kde_slot)
 [[ -z ${SLOT} ]] && die "Unsupported ${PV}"
-# portage dies out if last statement is like above so we need to pass true
-:
+
+RDEPEND="$(block_other_slots)"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-06 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 15:56 [gentoo-commits] gentoo-x86 commit in eclass: kde4-meta-pkg.eclass Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox