diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:16:54 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:16:54 +0000 |
commit | 258eff18338afd68c3091261995c69b930ebedb9 (patch) | |
tree | d68803f61243667a934e9150099d1c20da2c1220 /net-dns/avahi | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-258eff18338afd68c3091261995c69b930ebedb9.tar.gz gentoo-2-258eff18338afd68c3091261995c69b930ebedb9.tar.bz2 gentoo-2-258eff18338afd68c3091261995c69b930ebedb9.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.31-r6.ebuild | 4 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.31-r7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index 5afd9abe6724..0c271df6226c 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.284 2015/04/08 04:54:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.285 2015/04/08 18:16:54 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> avahi-0.6.31-r6.ebuild, + avahi-0.6.31-r7.ebuild: + Drop old Python implementations 08 Apr 2015; Mike Frysinger <vapier@gentoo.org> avahi-0.6.31-r6.ebuild: Mark arm64/m68k/s390/sh stable. diff --git a/net-dns/avahi/avahi-0.6.31-r6.ebuild b/net-dns/avahi/avahi-0.6.31-r6.ebuild index 841d04478bee..0316b7d178df 100644 --- a/net-dns/avahi/avahi-0.6.31-r6.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r6.ebuild,v 1.10 2015/04/08 04:54:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r6.ebuild,v 1.11 2015/04/08 18:16:54 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="gdbm" WANT_AUTOMAKE=1.11 diff --git a/net-dns/avahi/avahi-0.6.31-r7.ebuild b/net-dns/avahi/avahi-0.6.31-r7.ebuild index 30224a1f732f..67fb330d9fb5 100644 --- a/net-dns/avahi/avahi-0.6.31-r7.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild,v 1.2 2015/03/02 23:29:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild,v 1.3 2015/04/08 18:16:54 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="gdbm" WANT_AUTOMAKE=1.11 |