diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:11:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:01 +0200 |
commit | f0b0501f24bd5414b6a8d1345d8b54b5b479e9e9 (patch) | |
tree | 86adb9dd7160a72566f4bf1c0c0e23a29fee0cce /dev-python/texttable | |
parent | app-text/pdfarranger: Drop superfluous optfeature header (diff) | |
download | gentoo-f0b0501f24bd5414b6a8d1345d8b54b5b479e9e9.tar.gz gentoo-f0b0501f24bd5414b6a8d1345d8b54b5b479e9e9.tar.bz2 gentoo-f0b0501f24bd5414b6a8d1345d8b54b5b479e9e9.zip |
dev-python/texttable: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/texttable/texttable-1.6.3.ebuild b/dev-python/texttable/texttable-1.6.3.ebuild index a775427f2de0..51902acd7fe2 100644 --- a/dev-python/texttable/texttable-1.6.3.ebuild +++ b/dev-python/texttable/texttable-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,6 +24,5 @@ python_test() { } pkg_postinst() { - elog "Optional features: " optfeature "better wrapping of CJK text" dev-python/cjkwrap } |