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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FAFE158086 for ; Mon, 22 Nov 2021 09:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B99E0898; Mon, 22 Nov 2021 09:27:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C912E0898 for ; Mon, 22 Nov 2021 09:27:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C14A3343273 for ; Mon, 22 Nov 2021 09:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345CF8E for ; Mon, 22 Nov 2021 09:27:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637573240.a161528ea5c8072a7c7bf573facf47d792ee7033.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/task/task-2.6.1.ebuild X-VCS-Directories: app-misc/task/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a161528ea5c8072a7c7bf573facf47d792ee7033 X-VCS-Branch: master Date: Mon, 22 Nov 2021 09:27:33 +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: 934c5c67-32b7-454c-9c3b-4253bed90ab2 X-Archives-Hash: 4c1c9502da3ed5f4cc48be827983d9b6 commit: a161528ea5c8072a7c7bf573facf47d792ee7033 Author: David Denoncin gmail com> AuthorDate: Thu Nov 18 20:57:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 09:27:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a161528e app-misc/task: remove obsolete cmake argument DBUILD_SHARED_LIBS=off is no longer needed since v2.5.3, see bug 764224 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: David Denoncin gmail.com> Signed-off-by: Sam James gentoo.org> app-misc/task/task-2.6.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-misc/task/task-2.6.1.ebuild b/app-misc/task/task-2.6.1.ebuild index 220608c028fd..f1d4aba890f6 100644 --- a/app-misc/task/task-2.6.1.ebuild +++ b/app-misc/task/task-2.6.1.ebuild @@ -36,7 +36,6 @@ src_configure() { -DENABLE_SYNC=$(usex sync) -DTASK_DOCDIR=share/doc/${PF} -DTASK_RCDIR=share/${PN}/rc - -DBUILD_SHARED_LIBS=off # bug 764224 ) cmake_src_configure