summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-02 22:50:56 +0200
committerJohannes Huber <johu@gentoo.org>2012-05-02 22:50:56 +0200
commit2fee0a8bc0bbc36510d489a1f67978e9c1a19eb0 (patch)
tree8df73c959306852517a5c1222648bcd4439d38ce
parentc9438a732d62037a6bf9ddb9f25abf3e520b4a3b (diff)
downloadkde-2fee0a8bc0bbc36510d489a1f67978e9c1a19eb0.tar.gz
kde-2fee0a8bc0bbc36510d489a1f67978e9c1a19eb0.tar.bz2
kde-2fee0a8bc0bbc36510d489a1f67978e9c1a19eb0.zip
[dev-util/cmake] Remove obsolete comment.
(Portage version: 2.2.0_alpha101/git/Linux i686, unsigned Manifest commit)
-rw-r--r--dev-util/cmake/cmake-2.8.8.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/cmake/cmake-2.8.8.ebuild b/dev-util/cmake/cmake-2.8.8.ebuild
index 13863405d99..cab3e537a53 100644
--- a/dev-util/cmake/cmake-2.8.8.ebuild
+++ b/dev-util/cmake/cmake-2.8.8.ebuild
@@ -44,9 +44,6 @@ S="${WORKDIR}/${MY_P}"
CMAKE_BINARY="${S}/Bootstrap.cmk/cmake"
-# TODO "${FILESDIR}"/${PN}-2.8.3-more-no_host_paths.patch
-# needs replacement in 2.8.8.
-
PATCHES=(
"${FILESDIR}"/${PN}-2.6.3-darwin-bundle.patch
"${FILESDIR}"/${PN}-2.6.3-no-duplicates-in-rpath.patch
@@ -61,6 +58,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.8.8-more-no_host_paths.patch
"${FILESDIR}"/${PN}-2.8.8-tests.patch
)
+
cmake_src_bootstrap() {
# Cleanup args to extract only JOBS.
# Because bootstrap does not know anything else.