commit: f666eaf54e82737bf9073f53117044203e85fb6b Author: Julian Ospald <hasufell <AT> gentoo <DOT> org> AuthorDate: Tue Aug 11 00:27:30 2015 +0000 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 00:36:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f666eaf5
x11-plugins/bitlbee-steam: update live ebuild Fix dependencies and add missing eutils inherit. x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild | 6 +++--- 1 file 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 09883df..ba87dcf 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() {
