summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-10 11:25:17 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-10 11:25:17 +0000
commita507fb57950a24fa8909c7116bd14dc41cc572eb (patch)
tree60f6d2b8eff5a5a4d66000663b5377b278fdc2de /eclass/xfce4.eclass
parentUpdated xfce4.eclass for xfce-4.6 (diff)
downloadgentoo-2-a507fb57950a24fa8909c7116bd14dc41cc572eb.tar.gz
gentoo-2-a507fb57950a24fa8909c7116bd14dc41cc572eb.tar.bz2
gentoo-2-a507fb57950a24fa8909c7116bd14dc41cc572eb.zip
Default to xfce-4.6.0
Diffstat (limited to 'eclass/xfce4.eclass')
-rw-r--r--eclass/xfce4.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass
index 5f20054bfe9f..b186ff0b06e6 100644
--- a/eclass/xfce4.eclass
+++ b/eclass/xfce4.eclass
@@ -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/xfce4.eclass,v 1.25 2009/03/10 11:08:11 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.26 2009/03/10 11:25:17 angelos Exp $
# @ECLASS: xfce4.eclass
# @MAINTAINER:
@@ -23,7 +23,7 @@ SLOT="0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-[ ${PV} = 9999 -a -z "${XFCE_VERSION}" ] && XFCE_VERSION="4.5.99"
+[ ${PV} = 9999 -a -z "${XFCE_VERSION}" ] && XFCE_VERSION="4.6.0"
[ -z ${XFCE_VERSION} ] && XFCE_VERSION=${PV}
[ -z ${THUNAR_VERSION} ] && THUNAR_VERSION="0.9"