diff options
author | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2012-03-02 14:58:32 +0000 |
---|---|---|
committer | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2012-03-02 14:58:32 +0000 |
commit | 865f67e4aefc7bcb14121e5153c4b9cb522e389b (patch) | |
tree | fce8064efa360aca1df91769a800faab63006c52 /net-voip | |
parent | Stable for amd64, wrt bug #406561 (diff) | |
download | gentoo-2-865f67e4aefc7bcb14121e5153c4b9cb522e389b.tar.gz gentoo-2-865f67e4aefc7bcb14121e5153c4b9cb522e389b.tar.bz2 gentoo-2-865f67e4aefc7bcb14121e5153c4b9cb522e389b.zip |
Fixed bug #396707.
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/sflphone/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/sflphone/sflphone-1.0.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-voip/sflphone/ChangeLog b/net-voip/sflphone/ChangeLog index e4aec4c0e148..932fb4119760 100644 --- a/net-voip/sflphone/ChangeLog +++ b/net-voip/sflphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/sflphone -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.10 2011/11/26 16:19:38 elvanor Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.11 2012/03/02 14:58:32 elvanor Exp $ + + 02 Mar 2012; <elvanor@gentoo.org> sflphone-1.0.1.ebuild: + Fixed bug #396707. *sflphone-1.0.1 (26 Nov 2011) diff --git a/net-voip/sflphone/sflphone-1.0.1.ebuild b/net-voip/sflphone/sflphone-1.0.1.ebuild index 2a9979466e1e..3fa8fae4bee9 100644 --- a/net-voip/sflphone/sflphone-1.0.1.ebuild +++ b/net-voip/sflphone/sflphone-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-1.0.1.ebuild,v 1.2 2011/11/30 22:38:34 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-1.0.1.ebuild,v 1.3 2012/03/02 14:58:32 elvanor Exp $ EAPI="3" @@ -53,6 +53,7 @@ CDEPEND="dev-cpp/commoncpp2 DEPEND="${CDEPEND} >=dev-util/astyle-1.24 + doxygen? ( app-doc/doxygen ) gnome? ( app-text/gnome-doc-utils )" RDEPEND="${CDEPEND}" |