summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2013-03-24 11:49:22 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2013-03-24 11:49:22 +0000
commit2fe20f490ef80cf074918e83c13476adb99aa2b1 (patch)
treead9049b58a6801d0386c3d0ccdc456e169e22d01 /dev-python/ttystatus
parentremove superfluous python-r1 inherit (diff)
downloadgentoo-2-2fe20f490ef80cf074918e83c13476adb99aa2b1.tar.gz
gentoo-2-2fe20f490ef80cf074918e83c13476adb99aa2b1.tar.bz2
gentoo-2-2fe20f490ef80cf074918e83c13476adb99aa2b1.zip
remove superfluous python-r1 inherit
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r--dev-python/ttystatus/ChangeLog5
-rw-r--r--dev-python/ttystatus/ttystatus-0.22.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog
index b3d3809d07e3..9843d86326f7 100644
--- a/dev-python/ttystatus/ChangeLog
+++ b/dev-python/ttystatus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ttystatus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.8 2013/03/24 11:07:27 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.9 2013/03/24 11:49:22 mschiff Exp $
+
+ 24 Mar 2013; Marc Schiffbauer <mschiff@gentoo.org> ttystatus-0.22.ebuild:
+ remove superfluous python-r1 inherit
24 Mar 2013; Marc Schiffbauer <mschiff@gentoo.org> ttystatus-0.22.ebuild:
added
diff --git a/dev-python/ttystatus/ttystatus-0.22.ebuild b/dev-python/ttystatus/ttystatus-0.22.ebuild
index c10b941c325d..7d7ddefdea6f 100644
--- a/dev-python/ttystatus/ttystatus-0.22.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.22.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.22.ebuild,v 1.2 2013/03/24 11:07:27 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.22.ebuild,v 1.3 2013/03/24 11:49:22 mschiff Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils-r1 python-r1
+inherit distutils-r1
DESCRIPTION="Terminal progress bar and status output for command line"
HOMEPAGE="http://liw.fi/ttystatus/"