mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
19 lines
421 B
Bash
19 lines
421 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="5"
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
inherit twisted-r1
|
|
|
|
DESCRIPTION="Twisted Runner is a process management library and inetd replacement"
|
|
|
|
KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
|
|
RDEPEND="${DEPEND}
|
|
!dev-python/twisted
|
|
"
|