summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-08 00:03:04 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-08 00:03:04 +0000
commit7d4f7c7289066515ff0fe8146f7924447274ccc5 (patch)
tree0e1f9ce4aaf68cfa0d8003f133b31f5ad90632b7 /dev-python
parentStable on amd64 wrt bug #350839 (diff)
downloadgentoo-2-7d4f7c7289066515ff0fe8146f7924447274ccc5.tar.gz
gentoo-2-7d4f7c7289066515ff0fe8146f7924447274ccc5.tar.bz2
gentoo-2-7d4f7c7289066515ff0fe8146f7924447274ccc5.zip
Stable on amd64 wrt bug #351026
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dnspython/ChangeLog7
-rw-r--r--dev-python/dnspython/dnspython-1.9.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog
index 4656560e8f56..3eacda8eca30 100644
--- a/dev-python/dnspython/ChangeLog
+++ b/dev-python/dnspython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dnspython
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.62 2010/12/08 19:54:57 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.63 2011/01/08 00:03:04 hwoarang Exp $
+
+ 07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> dnspython-1.9.2.ebuild:
+ Stable on amd64 wrt bug #351026
*dnspython-1.9.2 (08 Dec 2010)
diff --git a/dev-python/dnspython/dnspython-1.9.2.ebuild b/dev-python/dnspython/dnspython-1.9.2.ebuild
index f9297a94812a..469e8b5f0667 100644
--- a/dev-python/dnspython/dnspython-1.9.2.ebuild
+++ b/dev-python/dnspython/dnspython-1.9.2.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/dev-python/dnspython/dnspython-1.9.2.ebuild,v 1.1 2010/12/08 19:54:57 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.9.2.ebuild,v 1.2 2011/01/08 00:03:04 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@ SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="examples"
DEPEND="dev-python/pycrypto"