diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 18:45:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 18:45:05 +0000 |
commit | 17b98ffc5810d25f1042f50a107d1311b19529c3 (patch) | |
tree | d3ef714f08023deda34c2bc03cc1852bf8859cda /app-backup/duplicity | |
parent | Stable for ppc, wrt bug #481890 (diff) | |
download | gentoo-2-17b98ffc5810d25f1042f50a107d1311b19529c3.tar.gz gentoo-2-17b98ffc5810d25f1042f50a107d1311b19529c3.tar.bz2 gentoo-2-17b98ffc5810d25f1042f50a107d1311b19529c3.zip |
Stable for x86, wrt bug #481890
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-backup/duplicity')
-rw-r--r-- | app-backup/duplicity/ChangeLog | 5 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-0.6.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-backup/duplicity/ChangeLog b/app-backup/duplicity/ChangeLog index 0abfa02fdab2..c2f9dd11bc55 100644 --- a/app-backup/duplicity/ChangeLog +++ b/app-backup/duplicity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-backup/duplicity # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.88 2013/11/24 18:44:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.89 2013/11/24 18:45:05 ago Exp $ + + 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> duplicity-0.6.22.ebuild: + Stable for x86, wrt bug #481890 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> duplicity-0.6.22.ebuild: Stable for ppc, wrt bug #481890 diff --git a/app-backup/duplicity/duplicity-0.6.22.ebuild b/app-backup/duplicity/duplicity-0.6.22.ebuild index 003cbe932d9a..28341777b679 100644 --- a/app-backup/duplicity/duplicity-0.6.22.ebuild +++ b/app-backup/duplicity/duplicity-0.6.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.22.ebuild,v 1.4 2013/11/24 18:44:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.22.ebuild,v 1.5 2013/11/24 18:45:05 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="s3" DEPEND=" |