diff options
author | orbea <orbea@riseup.net> | 2024-03-15 06:52:06 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-15 19:29:23 +0000 |
commit | 86b73c6becce92d0195acfb459ed4fc3ae24c509 (patch) | |
tree | 4b606b2e4ae76e0548f0bf99c955f7674aea4d1a /dev-build | |
parent | dev-build/slibtool: add 0.5.36 (diff) | |
download | gentoo-86b73c6becce92d0195acfb459ed4fc3ae24c509.tar.gz gentoo-86b73c6becce92d0195acfb459ed4fc3ae24c509.tar.bz2 gentoo-86b73c6becce92d0195acfb459ed4fc3ae24c509.zip |
dev-build/slibtool: update DESCRIPTION
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/slibtool/slibtool-0.5.35.ebuild | 2 | ||||
-rw-r--r-- | dev-build/slibtool/slibtool-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-build/slibtool/slibtool-0.5.35.ebuild b/dev-build/slibtool/slibtool-0.5.35.ebuild index 9b8ec488bfa3..1c2fa9941f5d 100644 --- a/dev-build/slibtool/slibtool-0.5.35.ebuild +++ b/dev-build/slibtool/slibtool-0.5.35.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs # git.foss21.org is the official repository per upstream -DESCRIPTION="A skinny libtool implementation, written in C" +DESCRIPTION="A strong libtool implementation, written in C" HOMEPAGE="https://git.foss21.org/slibtool" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 diff --git a/dev-build/slibtool/slibtool-9999.ebuild b/dev-build/slibtool/slibtool-9999.ebuild index 7ddb3566b911..a32b31890d55 100644 --- a/dev-build/slibtool/slibtool-9999.ebuild +++ b/dev-build/slibtool/slibtool-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs # git.foss21.org is the official repository per upstream -DESCRIPTION="A skinny libtool implementation, written in C" +DESCRIPTION="A strong libtool implementation, written in C" HOMEPAGE="https://git.foss21.org/slibtool" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 |