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 1F936138334 for ; Mon, 16 Jul 2018 18:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B855E0844; Mon, 16 Jul 2018 18:21:13 +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 EE303E0844 for ; Mon, 16 Jul 2018 18:21:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1176A335C99 for ; Mon, 16 Jul 2018 18:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4793E2CC for ; Mon, 16 Jul 2018 18:21: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: <1531765261.a6f6f5b96f9c7109f91125ce4bce3868444604f4.polynomial-c@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.16.1-r1.ebuild sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-4.17.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a6f6f5b96f9c7109f91125ce4bce3868444604f4 X-VCS-Branch: master Date: Mon, 16 Jul 2018 18:21: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: d3b48fdc-9821-403d-a879-f4c277dbdb73 X-Archives-Hash: 9c03ef887d00a465e4888ac7b3ff518b commit: a6f6f5b96f9c7109f91125ce4bce3868444604f4 Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 16 15:14:51 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 16 18:21:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f6f5b9 sys-fs/xfsprogs: Revbumps to add "icu" USE flag. Removed old. This removes automagic dep on dev-libs/icu. Package-Manager: Portage-2.3.42, Repoman-2.3.9 .../xfsprogs/{xfsprogs-4.16.1.ebuild => xfsprogs-4.16.1-r1.ebuild} | 5 ++++- .../xfsprogs/{xfsprogs-4.17.0.ebuild => xfsprogs-4.17.0-r1.ebuild} | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild b/sys-fs/xfsprogs/xfsprogs-4.16.1-r1.ebuild similarity index 95% rename from sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild rename to sys-fs/xfsprogs/xfsprogs-4.16.1-r1.ebuild index 275a8f8ef89..273db91aea0 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.16.1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.16.1-r1.ebuild @@ -12,10 +12,11 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="libedit nls readline static static-libs" +IUSE="icu libedit nls readline static static-libs" REQUIRED_USE="static? ( static-libs )" LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)] + icu? ( dev-libs/icu:=[static-libs(+)] ) readline? ( sys-libs/readline:0=[static-libs(+)] ) !readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) @@ -68,8 +69,10 @@ src_configure() { local myconf=( --disable-lto #655638 + --enable-blkid --with-crond-dir="${EPREFIX}/etc/cron.d" --with-systemd-unit-dir="$(systemd_get_systemunitdir)" + $(use_enable icu libicu) $(use_enable nls gettext) $(use_enable readline) $(usex readline --disable-editline $(use_enable libedit editline)) diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0.ebuild b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild similarity index 95% rename from sys-fs/xfsprogs/xfsprogs-4.17.0.ebuild rename to sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild index 275a8f8ef89..273db91aea0 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.17.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild @@ -12,10 +12,11 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="libedit nls readline static static-libs" +IUSE="icu libedit nls readline static static-libs" REQUIRED_USE="static? ( static-libs )" LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)] + icu? ( dev-libs/icu:=[static-libs(+)] ) readline? ( sys-libs/readline:0=[static-libs(+)] ) !readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) @@ -68,8 +69,10 @@ src_configure() { local myconf=( --disable-lto #655638 + --enable-blkid --with-crond-dir="${EPREFIX}/etc/cron.d" --with-systemd-unit-dir="$(systemd_get_systemunitdir)" + $(use_enable icu libicu) $(use_enable nls gettext) $(use_enable readline) $(usex readline --disable-editline $(use_enable libedit editline))