diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-10-19 01:31:48 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-10-19 01:31:48 +0000 |
commit | e8766e344e022ef51446c127cabccce3915849cd (patch) | |
tree | 8042311e68762e99b65f3f63d7f184d3ef211d8c /net-libs | |
parent | stable x86, bug 288836 (diff) | |
download | gentoo-2-e8766e344e022ef51446c127cabccce3915849cd.tar.gz gentoo-2-e8766e344e022ef51446c127cabccce3915849cd.tar.bz2 gentoo-2-e8766e344e022ef51446c127cabccce3915849cd.zip |
stable x86, bug 289618
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gsoap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.7.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gsoap/ChangeLog b/net-libs/gsoap/ChangeLog index 7580cc42f3be..0bf1866ca64f 100644 --- a/net-libs/gsoap/ChangeLog +++ b/net-libs/gsoap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gsoap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.5 2009/09/21 23:48:53 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.6 2009/10/19 01:31:48 fauli Exp $ + + 19 Oct 2009; Christian Faulhammer <fauli@gentoo.org> gsoap-2.7.13.ebuild: + stable x86, bug 289618 21 Sep 2009; Christian Faulhammer <fauli@gentoo.org> gsoap-2.7.9f.ebuild: stable x86, bug 285451 diff --git a/net-libs/gsoap/gsoap-2.7.13.ebuild b/net-libs/gsoap/gsoap-2.7.13.ebuild index 821a71255b20..6c0125133526 100644 --- a/net-libs/gsoap/gsoap-2.7.13.ebuild +++ b/net-libs/gsoap/gsoap-2.7.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.13.ebuild,v 1.1 2009/08/17 13:52:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.13.ebuild,v 1.2 2009/10/19 01:31:48 fauli Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.tar.gz" LICENSE="GPL-2 gSOAP" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc debug examples +ssl" DEPEND="sys-devel/flex |