diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-19 03:45:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-19 03:45:47 +0000 |
commit | d838453b473d06fc1a791edff1bba8f7116d6be6 (patch) | |
tree | 860386387ca848385cb7b4ba3cd42ac08ae7fc85 /dev-python/dnspython | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-d838453b473d06fc1a791edff1bba8f7116d6be6.tar.gz gentoo-2-d838453b473d06fc1a791edff1bba8f7116d6be6.tar.bz2 gentoo-2-d838453b473d06fc1a791edff1bba8f7116d6be6.zip |
Stable for HPPA.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 5440913fedac..8d59c7567946 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.40 2007/12/15 11:34:12 lucass Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.41 2008/03/19 03:45:47 jer Exp $ + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> dnspython-1.6.0.ebuild: + Stable for HPPA. *dnspython-1.6.0 (15 Dec 2007) diff --git a/dev-python/dnspython/dnspython-1.6.0.ebuild b/dev-python/dnspython/dnspython-1.6.0.ebuild index 719fff4ebc29..ed6c6e821861 100644 --- a/dev-python/dnspython/dnspython-1.6.0.ebuild +++ b/dev-python/dnspython/dnspython-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.6.0.ebuild,v 1.1 2007/12/15 11:34:12 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.6.0.ebuild,v 1.2 2008/03/19 03:45:47 jer Exp $ NEED_PYTHON=2.2 @@ -12,7 +12,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" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="examples" DOCS="TODO" |