diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2021-04-27 13:07:53 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-09 04:42:06 +0000 |
commit | 55048847937f387e9a57ff6b0c61224411e017dd (patch) | |
tree | 833cd499226ad4228d79ed9389a1e987ce902bfc /dev-libs/libuev | |
parent | gui-apps/mako: metadata: fix typo in remote-id (diff) | |
download | gentoo-55048847937f387e9a57ff6b0c61224411e017dd.tar.gz gentoo-55048847937f387e9a57ff6b0c61224411e017dd.tar.bz2 gentoo-55048847937f387e9a57ff6b0c61224411e017dd.zip |
dev-libs/libuev: update short description
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20554
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libuev')
-rw-r--r-- | dev-libs/libuev/libuev-2.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libuev/libuev-2.3.2.ebuild b/dev-libs/libuev/libuev-2.3.2.ebuild index 4aa8d00bd3fa..d82689f38da8 100644 --- a/dev-libs/libuev/libuev-2.3.2.ebuild +++ b/dev-libs/libuev/libuev-2.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -DESCRIPTION="A collection of useful BSD APIs" +DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs" HOMEPAGE="https://github.com/troglobit/libuev" SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" |