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 9E26A1581D3 for ; Sat, 25 May 2024 12:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6725DE2A31; Sat, 25 May 2024 12:00:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 284ABE2A30 for ; Sat, 25 May 2024 12:00:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 4175134069F for ; Sat, 25 May 2024 12:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41BDB1B51 for ; Sat, 25 May 2024 12:00:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716638381.fe85c0b7d36e78c33e6ab2587512b2fe1a4ed520.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/proper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/proper/proper-1.4.ebuild X-VCS-Directories: dev-erlang/proper/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fe85c0b7d36e78c33e6ab2587512b2fe1a4ed520 X-VCS-Branch: master Date: Sat, 25 May 2024 12:00:06 +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: 267eecd8-193b-40ad-b43e-1a7b94336218 X-Archives-Hash: f7914589c02bcbc1456d08f7a7b0af1e commit: fe85c0b7d36e78c33e6ab2587512b2fe1a4ed520 Author: Florian Schmaus gentoo org> AuthorDate: Sat May 25 11:59:21 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat May 25 11:59:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe85c0b7 dev-erlang/proper: drop src_configure Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/proper/proper-1.4.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-erlang/proper/proper-1.4.ebuild b/dev-erlang/proper/proper-1.4.ebuild index 06e9a88b015e..60726fb9b096 100644 --- a/dev-erlang/proper/proper-1.4.ebuild +++ b/dev-erlang/proper/proper-1.4.ebuild @@ -19,7 +19,3 @@ RDEPEND="${DEPEND}" # tests broken with current erlang 23.x RESTRICT="test" - -src_configure() { - ./configure -}