public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
Date: Sun,  8 Nov 2015 03:21:21 +0000 (UTC)	[thread overview]
Message-ID: <1446952342.d82bda9f1adf753a062bc6ddd40f140bbe440a8d.grknight@gentoo> (raw)

commit:     d82bda9f1adf753a062bc6ddd40f140bbe440a8d
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  8 03:12:22 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 03:12:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82bda9f

net-proxy/hatop: Fix syntax error where PYTHON_COMPAT was not an array

Package-Manager: portage-2.2.20.1

 net-proxy/hatop/hatop-0.7.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/hatop/hatop-0.7.7.ebuild b/net-proxy/hatop/hatop-0.7.7.ebuild
index 67be8be..e82a801 100644
--- a/net-proxy/hatop/hatop-0.7.7.ebuild
+++ b/net-proxy/hatop/hatop-0.7.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT="python2_7"
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1


             reply	other threads:[~2015-11-08  3:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-08  3:21 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-26 22:54 [gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/ David Seifert
2020-07-30 18:17 Thomas Deutschmann
2020-09-19 12:29 Michał Górny
2020-11-04 11:40 Christian Ruppert
2021-11-25 10:30 Christian Ruppert
2022-05-19 19:38 Christian Ruppert
2022-08-05 13:32 Christian Ruppert
2023-05-03  7:04 Christian Ruppert
2024-04-15  7:49 Christian Ruppert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446952342.d82bda9f1adf753a062bc6ddd40f140bbe440a8d.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox