diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-19 22:41:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-19 22:41:24 +0000 |
commit | 7c941bb0069753b323cf35f3f232ed78a2494678 (patch) | |
tree | f99b00e661f7b6d7d29f70766f4c77e3ac70fb25 /net-misc/chrony | |
parent | Version bump, bug 344339 (diff) | |
download | gentoo-2-7c941bb0069753b323cf35f3f232ed78a2494678.tar.gz gentoo-2-7c941bb0069753b323cf35f3f232ed78a2494678.tar.bz2 gentoo-2-7c941bb0069753b323cf35f3f232ed78a2494678.zip |
That was P, not PV.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.25_pre1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 5bf5894ed7b2..170634da061e 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.65 2011/04/19 20:36:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.66 2011/04/19 22:41:24 jer Exp $ + + 19 Apr 2011; Jeroen Roovers <jer@gentoo.org> chrony-1.25_pre1.ebuild: + That was P, not PV. *chrony-1.25_pre1 (19 Apr 2011) diff --git a/net-misc/chrony/chrony-1.25_pre1.ebuild b/net-misc/chrony/chrony-1.25_pre1.ebuild index 53ca55dcbad0..e61b11529a16 100644 --- a/net-misc/chrony/chrony-1.25_pre1.ebuild +++ b/net-misc/chrony/chrony-1.25_pre1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.25_pre1.ebuild,v 1.1 2011/04/19 20:36:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.25_pre1.ebuild,v 1.2 2011/04/19 22:41:24 jer Exp $ EAPI=2 inherit eutils toolchain-funcs -MY_PV="${P/_pre/-pre}" +MY_P="${P/_pre/-pre}" DESCRIPTION="NTP client and server programs" HOMEPAGE="http://chrony.tuxfamily.org/" -SRC_URI="http://download.tuxfamily.org/${PN}/${MY_PV}.tar.gz" +SRC_URI="http://download.tuxfamily.org/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -23,7 +23,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_PV}" +S="${WORKDIR}/${MY_P}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.21-hppa.patch |