diff options
author | 2009-04-07 11:57:07 +0000 | |
---|---|---|
committer | 2009-04-07 11:57:07 +0000 | |
commit | 59750483ce734dc964f93c9fff65eb5c1a86aeaa (patch) | |
tree | 69e1a740ed34399dbf27eee56c6c23673f2d39bd /profiles | |
parent | Removed =dev-python/visual-4* for testing, now gone from the tree (diff) | |
download | gentoo-2-59750483ce734dc964f93c9fff65eb5c1a86aeaa.tar.gz gentoo-2-59750483ce734dc964f93c9fff65eb5c1a86aeaa.tar.bz2 gentoo-2-59750483ce734dc964f93c9fff65eb5c1a86aeaa.zip |
add s3 USE flag for app-backup/duplicity
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 42519db3afeb..1dba765db1b2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2503 2009/04/07 11:27:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2504 2009/04/07 11:57:07 hollow Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 07 Apr 2009; Benedikt Böhm <hollow@gentoo.org> use.local.desc: + add s3 USE flag for app-backup/duplicity + 07 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> package.mask: Removed =dev-python/visual-4* for testing, now gone from the tree diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 862cb5a6955c..7f7abc18fadb 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4340 2009/04/07 09:47:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4341 2009/04/07 11:57:07 hollow Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -81,6 +81,7 @@ app-backup/bacula:logwatch - Install support files for logwatch app-backup/boxbackup:client-only - Disable server support, and just build a client app-backup/dar:dar32 - Enables --enable-mode=32 option, which replace infinite by 32 bit integers app-backup/dar:dar64 - Enables --enable-mode=64 option, which replace infinite by 64 bit integers +app-backup/duplicity:s3 - Support for backing up to the Amazon S3 system app-backup/kdar:dar32 - Support libdar32.so usage app-backup/kdar:dar64 - Support libdar64.so usage app-benchmarks/bootchart:acct - Enable process accounting |