diff options
Diffstat (limited to 'sys-apps/apmd/apmd-3.2.0.ebuild')
-rw-r--r-- | sys-apps/apmd/apmd-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/apmd/apmd-3.2.0.ebuild b/sys-apps/apmd/apmd-3.2.0.ebuild index 900a8dd8328d..70ef28d5cd89 100644 --- a/sys-apps/apmd/apmd-3.2.0.ebuild +++ b/sys-apps/apmd/apmd-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.8 2004/06/30 14:21:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.9 2004/08/24 02:46:08 swegener Exp $ inherit eutils @@ -9,7 +9,7 @@ IUSE="X nls" S=${WORKDIR}/${PN} DESCRIPTION="Advanced Power Management Daemon" HOMEPAGE="http://www.worldvisions.ca/~apenwarr/apmd/" -SRC_URI="ftp://ftp.debian.org/debian/pool/main/a/apmd/${PN}_${PV}.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/a/apmd/${PN}_${PV}.orig.tar.gz" SLOT="0" LICENSE="GPL-2" |