diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-15 06:36:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-15 06:36:38 +0000 |
commit | 6ee1932c4f60967eefc29ced23e14d4c07f36f32 (patch) | |
tree | bd461416add675f59f49f836f0d214385aa3bf38 /dev-python | |
parent | Version bump (diff) | |
download | gentoo-2-6ee1932c4f60967eefc29ced23e14d4c07f36f32.tar.gz gentoo-2-6ee1932c4f60967eefc29ced23e14d4c07f36f32.tar.bz2 gentoo-2-6ee1932c4f60967eefc29ced23e14d4c07f36f32.zip |
fix SRC_URI to get it off the report
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyxfce/pyxfce-4.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyxfce/pyxfce-4.4.0.ebuild b/dev-python/pyxfce/pyxfce-4.4.0.ebuild index 09583e29726a..54baafaa0168 100644 --- a/dev-python/pyxfce/pyxfce-4.4.0.ebuild +++ b/dev-python/pyxfce/pyxfce-4.4.0.ebuild @@ -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/dev-python/pyxfce/pyxfce-4.4.0.ebuild,v 1.2 2009/08/05 10:07:26 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxfce/pyxfce-4.4.0.ebuild,v 1.3 2009/08/15 06:36:38 mr_bones_ Exp $ inherit eutils xfce44 @@ -9,7 +9,7 @@ xfce44 DESCRIPTION="Python bindings for Xfce4 desktop enviroment" HOMEPAGE="http://pyxfce.xfce.org" SRC_URI="${HOMEPAGE}/${P}.tar.gz - ${P}-libxfce4panel-enum-types.h.patch.bz2" + mirror://gentoo/${P}-libxfce4panel-enum-types.h.patch.bz2" LICENSE="as-is" KEYWORDS="~x86" |