diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-06-01 17:47:34 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-06-01 17:56:15 -0700 |
commit | c23d1fc60de9a5b89d45cafbfb13912413706bac (patch) | |
tree | 66ea770c9fbd9b47e75739cb13c2b9865da92874 /app-misc/filebus | |
parent | app-emulation: Add CPE tag for containerd. (diff) | |
download | gentoo-c23d1fc60de9a5b89d45cafbfb13912413706bac.tar.gz gentoo-c23d1fc60de9a5b89d45cafbfb13912413706bac.tar.bz2 gentoo-c23d1fc60de9a5b89d45cafbfb13912413706bac.zip |
app-misc/filebus: Update DESCRIPTION
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/filebus')
-rw-r--r-- | app-misc/filebus/filebus-0.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/filebus/filebus-0.0.4.ebuild b/app-misc/filebus/filebus-0.0.4.ebuild index 828f61eeb15d..6fc182eaa2da 100644 --- a/app-misc/filebus/filebus-0.0.4.ebuild +++ b/app-misc/filebus/filebus-0.0.4.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 -DESCRIPTION="Multicast communication channels based on regular files" +DESCRIPTION="A userspace multicast named pipe implementation backed by a regular file" HOMEPAGE="https://github.com/zmedico/filebus" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |