diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-26 07:11:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-26 07:11:24 +0000 |
commit | 732a8118236b0b005bd45a65f2d0605a6a5252c4 (patch) | |
tree | 453f5412472235f7ed44bdd8c18d3ae5e79ddbef /dev-libs/libol | |
parent | Added patch to enable proper testing and install phase on ppc (see bug #194265). (diff) | |
download | gentoo-2-732a8118236b0b005bd45a65f2d0605a6a5252c4.tar.gz gentoo-2-732a8118236b0b005bd45a65f2d0605a6a5252c4.tar.bz2 gentoo-2-732a8118236b0b005bd45a65f2d0605a6a5252c4.zip |
ifix src_uri for bug #200368
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/libol')
-rw-r--r-- | dev-libs/libol/libol-0.3.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libol/libol-0.3.18.ebuild b/dev-libs/libol/libol-0.3.18.ebuild index af6a64b52941..6eae92f96c58 100644 --- a/dev-libs/libol/libol-0.3.18.ebuild +++ b/dev-libs/libol/libol-0.3.18.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.18.ebuild,v 1.11 2007/04/24 22:12:05 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.18.ebuild,v 1.12 2007/11/26 07:11:24 mr_bones_ Exp $ inherit eutils DESCRIPTION="Support library for syslog-ng" HOMEPAGE="http://www.balabit.com/products/syslog_ng/" -SRC_URI="http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz" +SRC_URI="http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |