diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-06-06 09:37:26 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-06 09:38:21 +0200 |
commit | 49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028 (patch) | |
tree | 2bdbe572703a215e23025a08b56349d7b4df39ec /app-arch | |
parent | sys-kernel/git-sources: Automated version bump to 5.19_rc1 (diff) | |
download | gentoo-49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028.tar.gz gentoo-49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028.tar.bz2 gentoo-49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028.zip |
app-arch/csnappy: update DESCRIPTION
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild index 9daf8f9fe45e..d6394d37e19c 100644 --- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild +++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_COMMIT="6c10c305e8dde193546e6b33cf8a785d5dc123e2" -DESCRIPTION="Google snappy in C for Linux Kernel" +DESCRIPTION="Google's snappy compression library for the Linux Kernel" HOMEPAGE="https://github.com/zeevt/csnappy" SRC_URI="https://github.com/zeevt/csnappy/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${MY_COMMIT} |