diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2013-03-24 11:07:27 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2013-03-24 11:07:27 +0000 |
commit | 4a7faea68ec9f0934cfeb15a87e446b2f74d2cbd (patch) | |
tree | 15c203492678a833e85779295533b8cbb911ef79 /dev-python/ttystatus | |
parent | remove virtuals associated with dev-lang/ruby-enterprise (pending 20 Jan 2013... (diff) | |
download | gentoo-2-4a7faea68ec9f0934cfeb15a87e446b2f74d2cbd.tar.gz gentoo-2-4a7faea68ec9f0934cfeb15a87e446b2f74d2cbd.tar.bz2 gentoo-2-4a7faea68ec9f0934cfeb15a87e446b2f74d2cbd.zip |
added
(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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.22.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog index bf9ae54ea3bd..b3d3809d07e3 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.7 2013/03/24 11:01:06 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.8 2013/03/24 11:07:27 mschiff Exp $ + + 24 Mar 2013; Marc Schiffbauer <mschiff@gentoo.org> ttystatus-0.22.ebuild: + added *ttystatus-0.22 (24 Mar 2013) diff --git a/dev-python/ttystatus/ttystatus-0.22.ebuild b/dev-python/ttystatus/ttystatus-0.22.ebuild index e349bbd5d536..c10b941c325d 100644 --- a/dev-python/ttystatus/ttystatus-0.22.ebuild +++ b/dev-python/ttystatus/ttystatus-0.22.ebuild @@ -1,6 +1,6 @@ # 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.1 2013/03/24 11:01:06 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.22.ebuild,v 1.2 2013/03/24 11:07:27 mschiff Exp $ EAPI=5 @@ -16,3 +16,5 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +DEPEND="${PYTHON_DEPS}" |