diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-14 12:03:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-14 12:03:15 +0000 |
commit | 20263b81717485298dbc9f5fd000120c7711c035 (patch) | |
tree | d757526f4a53c06e949f996322316c98e1cbe73a /dev-lang | |
parent | fix make_desktop_entry thanks to ssuominen (diff) | |
download | gentoo-2-20263b81717485298dbc9f5fd000120c7711c035.tar.gz gentoo-2-20263b81717485298dbc9f5fd000120c7711c035.tar.bz2 gentoo-2-20263b81717485298dbc9f5fd000120c7711c035.zip |
Stable for AMD64, wrt bug #396887
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/xsb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/xsb/xsb-3.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/xsb/ChangeLog b/dev-lang/xsb/ChangeLog index 351b3b6121ac..1f25552e513c 100644 --- a/dev-lang/xsb/ChangeLog +++ b/dev-lang/xsb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/xsb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.33 2011/06/06 00:27:32 keri Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.34 2012/01/14 12:03:15 ago Exp $ + + 14 Jan 2012; Agostino Sarubbo <ago@gentoo.org> xsb-3.3.2.ebuild: + Stable for AMD64, wrt bug #396887 06 Jun 2011; <keri@gentoo.org> xsb-3.3.2.ebuild: Fix compile when odbc/iodbc not in USE flags. Closes #369765 diff --git a/dev-lang/xsb/xsb-3.3.2.ebuild b/dev-lang/xsb/xsb-3.3.2.ebuild index 18f9548e6604..c1e98557589b 100644 --- a/dev-lang/xsb/xsb-3.3.2.ebuild +++ b/dev-lang/xsb/xsb-3.3.2.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/dev-lang/xsb/xsb-3.3.2.ebuild,v 1.3 2011/06/06 00:27:32 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.3.2.ebuild,v 1.4 2012/01/14 12:03:15 ago Exp $ EAPI=2 @@ -17,7 +17,7 @@ SRC_URI="http://xsb.sourceforge.net/downloads/${MY_P}.tar.gz LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="curl debug examples iodbc java mysql odbc pcre threads xml" RDEPEND="curl? ( net-misc/curl ) |