diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-09-17 13:49:12 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-09-17 13:49:12 +0000 |
commit | 9d52dcb4d3f971efca91c4556908e115a6e140f3 (patch) | |
tree | b5c0810ebdbde58d5845dc9f21097c3edccc2c43 /net-irc | |
parent | Stable for HPPA (bug #504786). (diff) | |
download | gentoo-2-9d52dcb4d3f971efca91c4556908e115a6e140f3.tar.gz gentoo-2-9d52dcb4d3f971efca91c4556908e115a6e140f3.tar.bz2 gentoo-2-9d52dcb4d3f971efca91c4556908e115a6e140f3.zip |
Restrict dependency to <net-libs/libotr-4
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-otr/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat-otr/xchat-otr-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/xchat-otr/ChangeLog b/net-irc/xchat-otr/ChangeLog index b488f3f66223..68dc265aefab 100644 --- a/net-irc/xchat-otr/ChangeLog +++ b/net-irc/xchat-otr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat-otr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/ChangeLog,v 1.7 2014/03/01 22:11:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/ChangeLog,v 1.8 2014/09/17 13:49:12 mrueg Exp $ + + 17 Sep 2014; Manuel Rüger <mrueg@gentoo.org> xchat-otr-0.3.ebuild: + Restrict dependency to <net-libs/libotr-4 01 Mar 2014; Michał Górny <mgorny@gentoo.org> xchat-otr-0.3.ebuild: Update libgcrypt dep to use slot :0. diff --git a/net-irc/xchat-otr/xchat-otr-0.3.ebuild b/net-irc/xchat-otr/xchat-otr-0.3.ebuild index f394973a5e94..74bb8ffb71fe 100644 --- a/net-irc/xchat-otr/xchat-otr-0.3.ebuild +++ b/net-irc/xchat-otr/xchat-otr-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.8 2014/03/01 22:11:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.9 2014/09/17 13:49:12 mrueg Exp $ EAPI="2" inherit cmake-utils @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -RDEPEND="net-libs/libotr +RDEPEND="<net-libs/libotr-4 net-irc/xchat dev-libs/glib:2 dev-libs/libgcrypt:0 |