Skip to content

Commit

Permalink
Fix it to work on current stable gentoo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vonabarak committed Jul 15, 2015
1 parent cf6cb90 commit 616f88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gentoo/net-im/telegram-cli/Manifest
@@ -1 +1 @@
EBUILD telegram-cli-9999.ebuild 786 SHA256 3a277f43833fed1fe4e51e35e1490e1217923294fdb3d11d1af68dc7c7c296d9 SHA512 7bb386b8faf4b6c0af94e36b206bbbf376123406b45649d671ea34b3db1f24a7b9b0d8306f2459a597871fa01ae1585be66e362783bf5612927d08ddadf0bd9c WHIRLPOOL 67b2211292817d37fb142943fae27b90f575df80b539ecfd0d72eafb2ce986c451d12dc98fdc7dcde9e488a63dd8667bff31a4269a20a8150c7535bbe9db398f
EBUILD telegram-cli-9999.ebuild 926 SHA256 d9c959af30c77afe8e6b1cee162e5362edfb9da6980b53ef71c3cae5f621bf05 SHA512 eeef9e1d2d7cd0b600be0d44de39e9c38207d5fb8f675e7ba239c1e907ab5df6e198a5810e6bb08445c7c2a98cc50bf78554f52b4c7c0534f111bfa3256b8186 WHIRLPOOL 700a6fd9930074ec36dfb3f4b248a43e6d7c0ab0f97ed6b56343e79fb15a087d99eb52ad67a818e67cbb1a848d65cc395f60b319f3fda60c87c10e9f4e132838
4 changes: 2 additions & 2 deletions gentoo/net-im/telegram-cli/telegram-cli-9999.ebuild
Expand Up @@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/vysheng/tg.git"
EGIT_BRANCH="master"
EGIT_HAS_SUBMODULES=1
inherit git-2
IUSE="lua"
IUSE="+lua +json +python"
DESCRIPTION="Command line interface client for Telegram"
HOMEPAGE="https://github.com/vysheng/tg"
LICENSE="GPL-2"
Expand All @@ -21,7 +21,7 @@ DEPEND="sys-libs/zlib
dev-libs/openssl
dev-libs/libevent
lua? ( dev-lang/lua )
json? ( dev-lib/jansson )
json? ( dev-libs/jansson )
python? ( dev-lang/python )"

src_unpack() {
Expand Down

2 comments on commit 616f88c

@zews060
Copy link

@zews060 zews060 commented on 616f88c Sep 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ss_icon

@turzno198809061
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.