diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-06-28 08:41:36 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-06-28 08:41:36 +0000 |
commit | ae269485e2164d874d22135fc42274c438c4d80e (patch) | |
tree | 8c707b2993340827a86faa6040ea582f2566729a /net-irc/xchat-otr | |
parent | x86 stable wrt bug #321873 (diff) | |
download | gentoo-2-ae269485e2164d874d22135fc42274c438c4d80e.tar.gz gentoo-2-ae269485e2164d874d22135fc42274c438c4d80e.tar.bz2 gentoo-2-ae269485e2164d874d22135fc42274c438c4d80e.zip |
Fixes suggested by (QA-man) ssumoinen.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/xchat-otr')
-rw-r--r-- | net-irc/xchat-otr/xchat-otr-0.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/xchat-otr/xchat-otr-0.3.ebuild b/net-irc/xchat-otr/xchat-otr-0.3.ebuild index 7d25321dd019..b8f89b113e4b 100644 --- a/net-irc/xchat-otr/xchat-otr-0.3.ebuild +++ b/net-irc/xchat-otr/xchat-otr-0.3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.1 2010/06/28 08:34:16 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.2 2010/06/28 08:41:36 polynomial-c Exp $ -inherit cmake-utils eutils +EAPI="2" +inherit cmake-utils DESCRIPTION="Off-The-Record messaging (OTR) for xchat" HOMEPAGE="http://irssi-otr.tuxfamily.org" @@ -20,12 +21,11 @@ IUSE="debug" RDEPEND="net-libs/libotr net-irc/xchat - dev-libs/glib + dev-libs/glib:2 dev-libs/libgcrypt dev-libs/libgpg-error" DEPEND="${RDEPEND} - >=dev-util/cmake-2.4.7 dev-util/pkgconfig dev-lang/python" |