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 E403E139085 for ; Tue, 7 Feb 2017 06:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED75D21C039; Tue, 7 Feb 2017 06:08:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7F1521C039 for ; Tue, 7 Feb 2017 06:08:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AAE7341698 for ; Tue, 7 Feb 2017 06:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAB333D9B for ; Tue, 7 Feb 2017 06:08:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1486447686.4b8460424bb4e111e78d6c707151904733530ff6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ddrescue/ddrescue-1.21-r1.ebuild sys-fs/ddrescue/ddrescue-1.21.ebuild sys-fs/ddrescue/ddrescue-1.22-r1.ebuild sys-fs/ddrescue/ddrescue-1.22.ebuild X-VCS-Directories: sys-fs/ddrescue/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4b8460424bb4e111e78d6c707151904733530ff6 X-VCS-Branch: master Date: Tue, 7 Feb 2017 06:08:09 +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-Archives-Salt: 2245c50d-bd93-4f2c-83ac-aad76502ce33 X-Archives-Hash: 06e1fb52c6c53e59bccd9067de1010dd commit: 4b8460424bb4e111e78d6c707151904733530ff6 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 7 06:07:50 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 7 06:08:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b846042 sys-fs/ddrescue: Revbumps to reflect some build system changes. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-fs/ddrescue/{ddrescue-1.21.ebuild => ddrescue-1.21-r1.ebuild} | 3 --- sys-fs/ddrescue/{ddrescue-1.22.ebuild => ddrescue-1.22-r1.ebuild} | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys-fs/ddrescue/ddrescue-1.21.ebuild b/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild similarity index 93% rename from sys-fs/ddrescue/ddrescue-1.21.ebuild rename to sys-fs/ddrescue/ddrescue-1.21-r1.ebuild index 311fbd2..00240c0 100644 --- a/sys-fs/ddrescue/ddrescue-1.21.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.21-r1.ebuild @@ -24,11 +24,8 @@ src_configure() { # not a normal configure script econf \ --prefix="${EPREFIX}"/usr \ - --enable-linux \ - CC="$(tc-getCC)" \ CXX="$(tc-getCXX)" \ CPPFLAGS="${CPPFLAGS}" \ - CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" } diff --git a/sys-fs/ddrescue/ddrescue-1.22.ebuild b/sys-fs/ddrescue/ddrescue-1.22-r1.ebuild similarity index 93% rename from sys-fs/ddrescue/ddrescue-1.22.ebuild rename to sys-fs/ddrescue/ddrescue-1.22-r1.ebuild index dec580a..4aed828 100644 --- a/sys-fs/ddrescue/ddrescue-1.22.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.22-r1.ebuild @@ -24,11 +24,8 @@ src_configure() { # not a normal configure script econf \ --prefix="${EPREFIX}"/usr \ - --enable-linux \ - CC="$(tc-getCC)" \ CXX="$(tc-getCXX)" \ CPPFLAGS="${CPPFLAGS}" \ - CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" }