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 C75AC1382C5 for ; Fri, 12 Mar 2021 11:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9C98E0ABE; Fri, 12 Mar 2021 11:29:19 +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 BEE4EE0ABE for ; Fri, 12 Mar 2021 11:29:19 +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 48DCF340B9C for ; Fri, 12 Mar 2021 11:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6F84579 for ; Fri, 12 Mar 2021 11:29:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1615548545.bc99495c3942559f3d8e68609907632f8e340c95.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/dar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/dar/dar-2.6.13-r1.ebuild X-VCS-Directories: app-backup/dar/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bc99495c3942559f3d8e68609907632f8e340c95 X-VCS-Branch: master Date: Fri, 12 Mar 2021 11:29:16 +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: bf66a646-cbb0-480e-9738-5ac157919f2c X-Archives-Hash: 17a0e0af27e696f3251056f03edd6182 commit: bc99495c3942559f3d8e68609907632f8e340c95 Author: Viorel Munteanu gmail com> AuthorDate: Sun Mar 7 09:35:25 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 12 11:29:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc99495c app-backup/dar: add "rsync" USE flag Closes: https://bugs.gentoo.org/739698 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Viorel Munteanu gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-backup/dar/dar-2.6.13-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-backup/dar/dar-2.6.13-r1.ebuild b/app-backup/dar/dar-2.6.13-r1.ebuild index 4924de9b8a3..a960ab4e70e 100644 --- a/app-backup/dar/dar-2.6.13-r1.ebuild +++ b/app-backup/dar/dar-2.6.13-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux" -IUSE="curl dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr" +IUSE="curl dar32 dar64 doc gcrypt gpg lzo nls rsync static static-libs xattr" RESTRICT="test" # need to be run as root @@ -26,6 +26,7 @@ RDEPEND=" gcrypt? ( dev-libs/libgcrypt:0= ) gpg? ( app-crypt/gpgme ) lzo? ( dev-libs/lzo:= ) + rsync? ( net-libs/librsync:= ) xattr? ( sys-apps/attr:= ) )" @@ -71,7 +72,7 @@ src_configure() { $(usex gpg '' --disable-gpgme-linking) $(usex lzo '' --disable-liblzo2-linking) $(usex nls '' --disable-nls) - #$(usex rsync '' --disable-librsync-linking) + $(usex rsync '' --disable-librsync-linking) $(usex xattr '' --disable-ea-support) )