diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2008-03-17 23:09:58 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2008-03-17 23:09:58 +0000 |
commit | 0398f93799fb99a01e045b81a6a3956ea2dd910b (patch) | |
tree | c14da3b79287ab79a518bcb9036f9c7d626fe6d0 /dev-python/adns-python | |
parent | net-libs/adns-1.4: x86 stable (bug #213740) (diff) | |
download | gentoo-2-0398f93799fb99a01e045b81a6a3956ea2dd910b.tar.gz gentoo-2-0398f93799fb99a01e045b81a6a3956ea2dd910b.tar.bz2 gentoo-2-0398f93799fb99a01e045b81a6a3956ea2dd910b.zip |
dev-python/adns-python-1.2.1: x86 stable (bug #213740)
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r-- | dev-python/adns-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/adns-python/adns-python-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/adns-python/ChangeLog b/dev-python/adns-python/ChangeLog index 1b126aca9ca0..e243a92d8b0d 100644 --- a/dev-python/adns-python/ChangeLog +++ b/dev-python/adns-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/adns-python -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.15 2007/01/27 22:05:12 lucass Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.16 2008/03/17 23:09:58 jurek Exp $ + + 17 Mar 2008; Jurek Bartuszek <jurek@gentoo.org> adns-python-1.2.1.ebuild: + x86 stable (bug #213740) *adns-python-1.2.1 (27 Jan 2007) diff --git a/dev-python/adns-python/adns-python-1.2.1.ebuild b/dev-python/adns-python/adns-python-1.2.1.ebuild index 5f7621f5cb68..ffca478af504 100644 --- a/dev-python/adns-python/adns-python-1.2.1.ebuild +++ b/dev-python/adns-python/adns-python-1.2.1.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/adns-python/adns-python-1.2.1.ebuild,v 1.1 2007/01/27 22:05:12 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.2.1.ebuild,v 1.2 2008/03/17 23:09:58 jurek Exp $ inherit distutils @@ -9,6 +9,6 @@ HOMEPAGE="http://code.google.com/p/adns-python/" SRC_URI="http://adns-python.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND=">=net-libs/adns-1.3" |