diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 12:55:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 12:55:18 +0000 |
commit | 909e8b14291f63792c3dd1c88577d2c83184b392 (patch) | |
tree | e70b313acb41e8867a4223ba20edfe3b8b5ba611 /dev-libs/log4cxx | |
parent | Includes linux patch 2.6.32.9 (diff) | |
download | gentoo-2-909e8b14291f63792c3dd1c88577d2c83184b392.tar.gz gentoo-2-909e8b14291f63792c3dd1c88577d2c83184b392.tar.bz2 gentoo-2-909e8b14291f63792c3dd1c88577d2c83184b392.zip |
Fix last of repoman issues too: thirdpartymirrors
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/log4cxx')
-rw-r--r-- | dev-libs/log4cxx/log4cxx-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild index 32f4b1e995a4..b2b346f661b5 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.8 2010/02/24 12:52:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.9 2010/02/24 12:55:18 ssuominen Exp $ EAPI=2 inherit eutils @@ -9,7 +9,7 @@ MY_P=apache-${P} DESCRIPTION="Library of C++ classes for flexible logging to files, syslog and other destinations" HOMEPAGE="http://logging.apache.org/log4cxx/" -SRC_URI="http://www.apache.org/dist/logging/${PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="mirror://apache/logging/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |