summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-11 02:27:30 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-11 02:36:49 +0200
commitf666eaf54e82737bf9073f53117044203e85fb6b (patch)
tree61c0262c25b690e19135421c899831b30c241d7a
parent5f403523cfc213f1cbadc2a8de99f2c156d11af1 (diff)
downloadgentoo-f666eaf54e82737bf9073f53117044203e85fb6b.tar.gz
gentoo-f666eaf54e82737bf9073f53117044203e85fb6b.tar.xz
x11-plugins/bitlbee-steam: update live ebuild
Fix dependencies and add missing eutils inherit.
-rw-r--r--x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild b/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild
index 09883dff8c6..ba87dcf2e3e 100644
--- a/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild
+++ b/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit autotools git-2
+inherit eutils autotools git-2
DESCRIPTION="Steam protocol plugin for BitlBee"
HOMEPAGE="https://github.com/jgeboski/bitlbee-steam"
@@ -16,10 +16,10 @@ KEYWORDS=""
IUSE="debug"
RDEPEND="
- dev-libs/gmp:0
+ dev-libs/glib:2
+ dev-libs/libgpg-error
>=net-im/bitlbee-3.2.1[plugins]"
DEPEND="${RDEPEND}
- dev-libs/glib:2
virtual/pkgconfig"
src_prepare() {