From 6924702336f4cbd87aaeffc0511f5c84fd816e82 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 27 May 2018 16:14:09 +0200 Subject: [PATCH] updated expandurl-mastodon-9999 --- net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild index f13fe4039..510302e15 100644 --- a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild +++ b/net-misc/expandurl-mastodon/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" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="" IUSE="" RDEPEND=">=dev-cpp/mastodon-cpp-9999 - >=dev-cpp/curlpp-0.8.1" + >=dev-cpp/curlpp-0.8.1 + >=dev-libs/libxdg-basedir-1.2.0-r1" DEPEND=">=dev-util/cmake-3.9.6 ${RDEPEND}"