diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
commit | 7d619cc4c5f189d5aef52895b8744dadf2896f8f (patch) | |
tree | fe6a966fc06c6db9caa997e865c3e434f8c1c7b1 /net-irc/redirbot | |
parent | Version bump, wrt bug #475966. Some cleanups, utilize l10n eclass for proper ... (diff) | |
download | gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.gz gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.bz2 gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.zip |
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'net-irc/redirbot')
-rw-r--r-- | net-irc/redirbot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/redirbot/redirbot-0.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/redirbot/ChangeLog b/net-irc/redirbot/ChangeLog index 26ea5c5f162a..4af6240f983c 100644 --- a/net-irc/redirbot/ChangeLog +++ b/net-irc/redirbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/redirbot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/ChangeLog,v 1.2 2013/07/23 09:37:37 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/ChangeLog,v 1.3 2013/08/03 09:45:40 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> redirbot-0.0.5.ebuild: + Move dev-python/twisted to dev-python/twisted-core. *redirbot-0.0.5 (23 Jul 2013) diff --git a/net-irc/redirbot/redirbot-0.0.5.ebuild b/net-irc/redirbot/redirbot-0.0.5.ebuild index 93affbd1e302..bbffa9fc8a48 100644 --- a/net-irc/redirbot/redirbot-0.0.5.ebuild +++ b/net-irc/redirbot/redirbot-0.0.5.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/net-irc/redirbot/redirbot-0.0.5.ebuild,v 1.1 2013/07/23 09:37:37 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/redirbot-0.0.5.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/twisted-11.1.0 + >=dev-python/twisted-core-11.1.0 dev-python/twisted-words " RDEPEND="${DEPEND}" |