diff --git a/README.md b/README.md index 0f82220..e701fe7 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea). ## Dependencies * Tested OS: Linux - * C++ compiler (tested: gcc 6.4, clang 5.0) + * C++ compiler (tested: gcc 6.4) * [cmake](https://cmake.org/) (tested: 3.9.6) - * [curlpp](http://www.curlpp.org/) (tested: 0.8.4) + * [curlpp](http://www.curlpp.org/) (tested: 0.8.1) * [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.12.1) ## Get sourcecode diff --git a/packages/gentoo/expandurl-mastodon-9999.ebuild b/packages/gentoo/expandurl-mastodon-9999.ebuild index f13fe40..f59708a 100644 --- a/packages/gentoo/expandurl-mastodon-9999.ebuild +++ b/packages/gentoo/expandurl-mastodon-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit git-r3 cmake-utils -DESCRIPTION="Mastodon bot that expands a shortened URL." +DESCRIPTION="Mastodon bot that expands shortened URLs." HOMEPAGE="https://github.com/tastytea/expandurl-mastodon" EGIT_REPO_URI="https://github.com/tastytea/expandurl-mastodon.git" LICENSE="GPL-3"