diff options
Diffstat (limited to 'dev-libs/libev/libev-3.51.ebuild')
-rw-r--r-- | dev-libs/libev/libev-3.51.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libev/libev-3.51.ebuild b/dev-libs/libev/libev-3.51.ebuild index 71d766db98f6..20b43d68bfc7 100644 --- a/dev-libs/libev/libev-3.51.ebuild +++ b/dev-libs/libev/libev-3.51.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v 1.1 2009/01/01 02:44:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v 1.2 2009/02/20 16:18:17 matsuu Exp $ inherit autotools eutils DESCRIPTION="A high-performance event loop/event model with lots of feature" HOMEPAGE="http://software.schmorp.de/pkg/libev.html" -SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz" +SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz + http://dist.schmorp.de/libev/Attic/${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0" |