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 39238138334 for ; Sat, 20 Oct 2018 22:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1CAE083E; Sat, 20 Oct 2018 22:02:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E02D5E083E for ; Sat, 20 Oct 2018 22:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 12059335CD9 for ; Sat, 20 Oct 2018 22:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C15FA440 for ; Sat, 20 Oct 2018 22:01:59 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1540072896.dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f X-VCS-Branch: master Date: Sat, 20 Oct 2018 22:01:59 +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: cb0ae980-34c9-4ff4-9f45-acf77a55b3ae X-Archives-Hash: 13140a5834e546bf26ef65c27282afa3 commit: dbcb97d6466a848d2311eaa11f53fcfcfdeafd0f Author: Sven Wegener gentoo org> AuthorDate: Sat Oct 20 22:00:40 2018 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Oct 20 22:01:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcb97d6 sys-fs/xfsprogs: Remove static USE flag remnants Signed-off-by: Sven Wegener gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild | 8 -------- sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild | 8 -------- 2 files changed, 16 deletions(-) diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild index 536041bd17a..9c4506c9ced 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild @@ -45,14 +45,6 @@ src_prepare() { include/builddefs.in || die find -name Makefile -exec \ sed -i -r -e '/^LLDFLAGS [+]?= -static(-libtool-libs)?$/d' {} + - - # TODO: Write a patch for configure.ac to use pkg-config for the uuid-part. - if use static && use readline ; then - sed -i \ - -e 's|-lreadline|& -lncurses|' \ - -e 's|-lblkid|& -luuid|' \ - configure || die - fi } src_configure() { diff --git a/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild b/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild index 679012764c9..75efba7d259 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild @@ -45,14 +45,6 @@ src_prepare() { include/builddefs.in || die find -name Makefile -exec \ sed -i -r -e '/^LLDFLAGS [+]?= -static(-libtool-libs)?$/d' {} + - - # TODO: Write a patch for configure.ac to use pkg-config for the uuid-part. - if use static && use readline ; then - sed -i \ - -e 's|-lreadline|& -lncurses|' \ - -e 's|-lblkid|& -luuid|' \ - configure || die - fi } src_configure() {