updated expandurl-mastodon-9999

This commit is contained in:
tastytea 2018-05-27 16:14:09 +02:00
parent 3b10b78c52
commit 6924702336
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 3 additions and 2 deletions

View File

@ -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}"