diff options
Diffstat (limited to 'dev-util/ltrace/ltrace-0.4-r1.ebuild')
-rw-r--r-- | dev-util/ltrace/ltrace-0.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ltrace/ltrace-0.4-r1.ebuild b/dev-util/ltrace/ltrace-0.4-r1.ebuild index 1156737fe36a..5fd195a6e5ff 100644 --- a/dev-util/ltrace/ltrace-0.4-r1.ebuild +++ b/dev-util/ltrace/ltrace-0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.9 2007/06/26 10:44:05 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.10 2008/03/27 16:39:54 armin76 Exp $ inherit eutils autotools @@ -8,7 +8,7 @@ MY_P="${P/-/_}" DEB_P="${MY_P}-1" DESCRIPTION="trace library calls made at runtime" -HOMEPAGE="http://packages.debian.org/unstable/utils/ltrace.html" +HOMEPAGE="http://packages.debian.org/unstable/utils/ltrace" SRC_URI="mirror://debian/pool/main/l/ltrace/${MY_P}.orig.tar.gz mirror://debian/pool/main/l/ltrace/${DEB_P}.diff.gz" |