diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-03 16:49:08 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-03 16:49:08 -0500 |
commit | a067c1c556670fd448a72351f21fe6582920b2af (patch) | |
tree | dcc3559243b634dae4995c10d6de62e4bdbea27d /dev-libs/trio | |
parent | dev-libs/trio: Add 1.17.1 (diff) | |
download | gentoo-a067c1c556670fd448a72351f21fe6582920b2af.tar.gz gentoo-a067c1c556670fd448a72351f21fe6582920b2af.tar.bz2 gentoo-a067c1c556670fd448a72351f21fe6582920b2af.zip |
dev-libs/trio: drop unused inherit
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/trio')
-rw-r--r-- | dev-libs/trio/trio-1.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/trio/trio-1.17.1.ebuild b/dev-libs/trio/trio-1.17.1.ebuild index b95d89d446c0..251a5eeee761 100644 --- a/dev-libs/trio/trio-1.17.1.ebuild +++ b/dev-libs/trio/trio-1.17.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DOCS_BUILDER="doxygen" DOCS_DIR="doc" -inherit autotools docs +inherit docs DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() clones" HOMEPAGE="https://daniel.haxx.se/projects/trio/" |