Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 685575 Details for
Bug 767154
app-backup/dar-2.6.13 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 1.51 KB, created by
jwdev
on 2021-02-02 19:51:11 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
jwdev
Created:
2021-02-02 19:51:11 UTC
Size:
1.51 KB
patch
obsolete
>--- dar-2.6.10.ebuild 2021-02-02 20:48:05.728727098 +0100 >+++ dar-2.6.13-r1.ebuild 2021-02-02 20:38:08.336888452 +0100 >@@ -1,17 +1,17 @@ >-# Copyright 1999-2020 Gentoo Authors >+# Copyright 1999-2021 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI=7 > inherit flag-o-matic > >-DESCRIPTION="A full featured backup tool, aimed for disks" >+DESCRIPTION="A fully featured backup tool, aimed for disks" > HOMEPAGE="http://dar.linux.free.fr/" > 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" >+KEYWORDS="~amd64 ~ppc ~sparc ~x86" >+IUSE="curl dar32 dar64 doc gcrypt gpg rsync lzo nls static static-libs xattr" > > RESTRICT="test" # need to be run as root > >@@ -23,6 +23,7 @@ > curl? ( net-misc/curl ) > gcrypt? ( dev-libs/libgcrypt:0= ) > gpg? ( app-crypt/gpgme ) >+ rsync? ( net-libs/librsync:= ) > lzo? ( dev-libs/lzo:= ) > xattr? ( sys-apps/attr:= ) > )" >@@ -47,7 +48,8 @@ > " > > REQUIRED_USE="?? ( dar32 dar64 ) >- gpg? ( gcrypt )" >+ gpg? ( gcrypt ) >+ static? ( !rsync )" > > #PATCHES=( > #) >@@ -69,9 +71,9 @@ > #$(usex examples --enable-examples '') > $(usex gcrypt '' --disable-libgcrypt-linking) > $(usex gpg '' --disable-gpgme-linking) >+ $(usex rsync '' --disable-librsync-linking) > $(usex lzo '' --disable-liblzo2-linking) > $(usex nls '' --disable-nls) >- #$(usex rsync '' --disable-librsync-linking) > $(usex xattr '' --disable-ea-support) > ) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 767154
:
684633
|
684636
|
685572
|
685575
|
685578
|
685581