diff options
-rw-r--r-- | dev-python/twisted-names/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-names/twisted-names-13.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog index 16f961fe2e87..5f14d30152a0 100644 --- a/dev-python/twisted-names/ChangeLog +++ b/dev-python/twisted-names/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-names -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.101 2014/11/21 01:50:32 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.102 2015/03/06 22:40:27 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> twisted-names-13.2.0.ebuild: + amd64 stable, bug 540290 21 Nov 2014; Mike Gilbert <floppym@gentoo.org> -twisted-names-12.3.0.ebuild, -twisted-names-13.0.0.ebuild: diff --git a/dev-python/twisted-names/twisted-names-13.2.0.ebuild b/dev-python/twisted-names/twisted-names-13.2.0.ebuild index de51f2ecc6c1..3c11e20621ed 100644 --- a/dev-python/twisted-names/twisted-names-13.2.0.ebuild +++ b/dev-python/twisted-names/twisted-names-13.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-13.2.0.ebuild,v 1.1 2014/01/20 08:30:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-13.2.0.ebuild,v 1.2 2015/03/06 22:40:27 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -9,7 +9,7 @@ inherit twisted-r1 DESCRIPTION="A Twisted DNS implementation" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" |