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 53680139085 for ; Sun, 25 Dec 2016 22:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D2AE21C043; Sun, 25 Dec 2016 22:00:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4501121C043 for ; Sun, 25 Dec 2016 22:00:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1511A340FC1 for ; Sun, 25 Dec 2016 22:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3838C2417 for ; Sun, 25 Dec 2016 22:00:01 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1482703189.cf3b8f5d42216c82019acd0d3343a53257605327.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.2.2.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: cf3b8f5d42216c82019acd0d3343a53257605327 X-VCS-Branch: master Date: Sun, 25 Dec 2016 22:00:01 +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: 619b20c3-6055-46aa-ad0f-d5cb180e8a68 X-Archives-Hash: 743c3abc06e43387b881302e6f957aff commit: cf3b8f5d42216c82019acd0d3343a53257605327 Author: Fabian Groffen gentoo org> AuthorDate: Sun Dec 25 21:34:31 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 25 21:59:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3b8f5d app-arch/libarchive: undo linking fix, it wasn't broken in the first place Package-Manager: portage-2.2.28-prefix app-arch/libarchive/libarchive-3.2.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-arch/libarchive/libarchive-3.2.2.ebuild b/app-arch/libarchive/libarchive-3.2.2.ebuild index 687485a..44e767b 100644 --- a/app-arch/libarchive/libarchive-3.2.2.ebuild +++ b/app-arch/libarchive/libarchive-3.2.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit eutils multilib-minimal toolchain-funcs autotools flag-o-matic +inherit eutils multilib-minimal toolchain-funcs autotools DESCRIPTION="BSD tar command" HOMEPAGE="http://www.libarchive.org/" @@ -78,9 +78,6 @@ multilib_src_configure() { --without-lzmadec ) - # Fix linking on Solaris - [[ ${CHOST} == *-solaris* ]] && append-ldflags -lsocket -lnsl - ECONF_SOURCE="${S}" econf "${myconf[@]}" }