From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C07FF138351 for ; Mon, 20 Jan 2020 15:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94D3E094F; Mon, 20 Jan 2020 15:26:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B02C8E094F for ; Mon, 20 Jan 2020 15:26:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4627034E2E9 for ; Mon, 20 Jan 2020 15:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8E689 for ; Mon, 20 Jan 2020 15:26:19 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1579533977.680704eaf5f16950e74a7ed9434087788551af9d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/apt-cacher-ng/files/apt-cacher-ng-3.3-flags.patch X-VCS-Directories: net-misc/apt-cacher-ng/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 680704eaf5f16950e74a7ed9434087788551af9d X-VCS-Branch: master Date: Mon, 20 Jan 2020 15:26:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d574a4c7-e101-45e6-9e0f-de34b41b5b12 X-Archives-Hash: 9da6eb9518831fa45d573bde16ce324a commit: 680704eaf5f16950e74a7ed9434087788551af9d Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jan 20 15:03:09 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jan 20 15:26:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680704ea net-misc/apt-cacher-ng: Clean up patch Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> .../apt-cacher-ng/files/apt-cacher-ng-3.3-flags.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.3-flags.patch b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.3-flags.patch index a2f43a4d378..fbe34e66697 100644 --- a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.3-flags.patch +++ b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.3-flags.patch @@ -58,18 +58,3 @@ endif() option(USE_LTO "Enable Link Time Optimization (requires modern compilers)" ${USE_LTO_DEFAULT}) -@@ -385,3 +359,14 @@ - LIBDIR: ${LIBDIR} - AVAHIDIR: ${AVAHIDIR} - ") -+ -+MESSAGE(STATUS "<<< Gentoo configuration >>> -+Build type ${CMAKE_BUILD_TYPE} -+Install path ${CMAKE_INSTALL_PREFIX} -+Compiler flags: -+C ${CMAKE_C_FLAGS} -+C++ ${CMAKE_CXX_FLAGS} -+Linker flags: -+Executable ${CMAKE_EXE_LINKER_FLAGS} -+Module ${CMAKE_MODULE_LINKER_FLAGS} -+Shared ${CMAKE_SHARED_LINKER_FLAGS}\n")