diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-01-23 17:35:54 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-01-23 17:35:54 +0000 |
commit | b933a6d42a086dc75ff1958deb90e2121bfb9d64 (patch) | |
tree | 05bcc88363d458d6c5c2a4c75fcafd6fc66cc471 /eclass/xfconf.eclass | |
parent | Version bump (diff) | |
download | historical-b933a6d42a086dc75ff1958deb90e2121bfb9d64.tar.gz historical-b933a6d42a086dc75ff1958deb90e2121bfb9d64.tar.bz2 historical-b933a6d42a086dc75ff1958deb90e2121bfb9d64.zip |
Fixed SRC_URI
Diffstat (limited to 'eclass/xfconf.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 7628f691b23e..a75a16beb3f2 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.5 2010/01/22 16:33:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.6 2010/01/23 17:35:54 angelos Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -37,7 +37,7 @@ else S=${WORKDIR}/${MY_P} fi -SRC_URI="mirror://xfce/xfce-${PV}/src/${MY_P}.tar.bz2" +SRC_URI="mirror://xfce/xfce/xfce-${PV}/src/${MY_P}.tar.bz2" if [[ "${EINTLTOOLIZE}" == "yes" ]]; then _xfce4_intltool="dev-util/intltool" |