diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-03-24 04:34:42 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-03-24 04:34:42 +0000 |
commit | 0e70f806bc7ba0f50939f1956d0bc00d97021e35 (patch) | |
tree | 66306f65b60ff6cc7876aec320ebbb44f121e6b6 /dev-util/boost-build/boost-build-1.35.0-r2.ebuild | |
parent | Because versions of boost-build greater than 1.35.0-r1 are slotted and (diff) | |
download | gentoo-2-0e70f806bc7ba0f50939f1956d0bc00d97021e35.tar.gz gentoo-2-0e70f806bc7ba0f50939f1956d0bc00d97021e35.tar.bz2 gentoo-2-0e70f806bc7ba0f50939f1956d0bc00d97021e35.zip |
Fix homepage. Bug #234246.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/boost-build/boost-build-1.35.0-r2.ebuild')
-rw-r--r-- | dev-util/boost-build/boost-build-1.35.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/boost-build/boost-build-1.35.0-r2.ebuild b/dev-util/boost-build/boost-build-1.35.0-r2.ebuild index 8d8e5ea7c3bb..6925849d560d 100644 --- a/dev-util/boost-build/boost-build-1.35.0-r2.ebuild +++ b/dev-util/boost-build/boost-build-1.35.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.1 2008/12/16 15:44:42 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0-r2.ebuild,v 1.2 2009/03/24 04:34:42 dirtyepic Exp $ EAPI="2" @@ -10,7 +10,7 @@ MY_PV=$(replace_all_version_separators _) MAJOR_PV="$(replace_all_version_separators _ $(get_version_component_range 1-2))" DESCRIPTION="A system for large project software construction, which is simple to use and powerful." -HOMEPAGE="http://www.boost.org/tools/build/v2/index.html" +HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" |