summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-01-04 22:01:07 +0000
committerMichael Weber <xmw@gentoo.org>2011-01-04 22:01:07 +0000
commite7af389c398a256a50300119995b4eda21a2fd64 (patch)
tree3e8ec0ea6dda83459bfc68ab7f5ef8b3d36dd15e /app-backup/duplicity
parentadded ~sparc keyword (bug 279975) (diff)
downloadgentoo-2-e7af389c398a256a50300119995b4eda21a2fd64.tar.gz
gentoo-2-e7af389c398a256a50300119995b4eda21a2fd64.tar.bz2
gentoo-2-e7af389c398a256a50300119995b4eda21a2fd64.zip
added ~sparc keyword (bug 279975)
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/duplicity')
-rw-r--r--app-backup/duplicity/ChangeLog7
-rw-r--r--app-backup/duplicity/duplicity-0.6.11.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-backup/duplicity/ChangeLog b/app-backup/duplicity/ChangeLog
index df0d689adaf9..c0ab66442a86 100644
--- a/app-backup/duplicity/ChangeLog
+++ b/app-backup/duplicity/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/duplicity
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.48 2010/11/30 09:15:03 ford_prefect Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.49 2011/01/04 22:01:07 xmw Exp $
+
+ 04 Jan 2011; Michael Weber <xmw@gentoo.org> duplicity-0.6.11.ebuild:
+ added ~sparc keyword (bug 279975)
*duplicity-0.6.11 (30 Nov 2010)
diff --git a/app-backup/duplicity/duplicity-0.6.11.ebuild b/app-backup/duplicity/duplicity-0.6.11.ebuild
index b8041d2f40f6..31537fa38a41 100644
--- a/app-backup/duplicity/duplicity-0.6.11.ebuild
+++ b/app-backup/duplicity/duplicity-0.6.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.11.ebuild,v 1.1 2010/11/30 09:15:04 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.11.ebuild,v 1.2 2011/01/04 22:01:07 xmw Exp $
EAPI="3"
@@ -12,7 +12,7 @@ SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="s3"
DEPEND=">=dev-lang/python-2.4