diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-01-23 17:36:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-01-23 17:36:34 +0000 |
commit | 4937febb03ca94a8744dee99edc5be7a02ff9bb2 (patch) | |
tree | 4d38d72b5951535dfba6c6e65c60badac29ebda2 /eclass | |
parent | Add ~arm (diff) | |
download | gentoo-2-4937febb03ca94a8744dee99edc5be7a02ff9bb2.tar.gz gentoo-2-4937febb03ca94a8744dee99edc5be7a02ff9bb2.tar.bz2 gentoo-2-4937febb03ca94a8744dee99edc5be7a02ff9bb2.zip |
Fixed SRC_URI
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfconf.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index a75a16beb3f2..ef41a38999bc 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.6 2010/01/23 17:35:54 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.7 2010/01/23 17:36:34 angelos Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -37,7 +37,7 @@ else S=${WORKDIR}/${MY_P} fi -SRC_URI="mirror://xfce/xfce/xfce-${PV}/src/${MY_P}.tar.bz2" +SRC_URI="mirror://xfce/xfce/${PV}/src/${MY_P}.tar.bz2" if [[ "${EINTLTOOLIZE}" == "yes" ]]; then _xfce4_intltool="dev-util/intltool" |