diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-06-20 14:07:40 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-06-20 14:07:40 +0000 |
commit | 2a225f226d4d2b8c378de013f87504370beab502 (patch) | |
tree | 4d65081ea0ce190a721e9910f9886292a93e3505 /net-im | |
parent | Fixed bug #420819 and #434212 (diff) | |
download | gentoo-2-2a225f226d4d2b8c378de013f87504370beab502.tar.gz gentoo-2-2a225f226d4d2b8c378de013f87504370beab502.tar.bz2 gentoo-2-2a225f226d4d2b8c378de013f87504370beab502.zip |
Small fix to REQUIRED_USE
(Portage version: 2.2.0_alpha182/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.10.7-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index b6ca265b64ec..e97da4266a74 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.308 2013/06/20 13:58:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.309 2013/06/20 14:07:40 polynomial-c Exp $ + + 20 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> pidgin-2.10.7-r2.ebuild: + Small fix to REQUIRED_USE. *pidgin-2.10.7-r2 (20 Jun 2013) diff --git a/net-im/pidgin/pidgin-2.10.7-r2.ebuild b/net-im/pidgin/pidgin-2.10.7-r2.ebuild index 5bdc3bacd85b..aedd0532cd37 100644 --- a/net-im/pidgin/pidgin-2.10.7-r2.ebuild +++ b/net-im/pidgin/pidgin-2.10.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.1 2013/06/20 13:58:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.2 2013/06/20 14:07:40 polynomial-c Exp $ EAPI=5 @@ -79,7 +79,8 @@ DEPEND="$RDEPEND DOCS="AUTHORS HACKING NEWS README ChangeLog" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) + dbus? ( ${PYTHON_REQUIRED_USE} )" # Enable Default protocols DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace" |