diff options
author | Marius Mauch <genone@gentoo.org> | 2005-06-05 19:00:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-06-05 19:00:37 +0000 |
commit | 6e831c71cf00c3dc2dff83da0c47c86e4cc3c74a (patch) | |
tree | c620bf1333e51a92e02e37783c6c2a42e48fb103 /dev-util/gambas | |
parent | makr x86 to stabilize 2.10 (diff) | |
download | gentoo-2-6e831c71cf00c3dc2dff83da0c47c86e4cc3c74a.tar.gz gentoo-2-6e831c71cf00c3dc2dff83da0c47c86e4cc3c74a.tar.bz2 gentoo-2-6e831c71cf00c3dc2dff83da0c47c86e4cc3c74a.zip |
marking ~x86
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-util/gambas')
-rw-r--r-- | dev-util/gambas/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0.6.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog index 7793f7ee01b4..6ddc785f90fd 100644 --- a/dev-util/gambas/ChangeLog +++ b/dev-util/gambas/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for dev-util/gambas # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.30 2005/06/02 00:14:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.31 2005/06/05 19:00:37 genone Exp $ *gambas-1.0.6 (02 Jun 2005) - 02 Jun 2005; Marius Mauch <genone@gentoo.org> + 02 Jun 2005; Mike Frysinger <vapier@gentoo.org> +files/gambas-1.0.6-configure-CFLAGS.patch, +gambas-1.0.6.ebuild: - Version bump. + Version bump, adding bzip2 USE flag. *gambas-1.0.5 (23 Apr 2005) diff --git a/dev-util/gambas/gambas-1.0.6.ebuild b/dev-util/gambas/gambas-1.0.6.ebuild index 3e8fb274d497..78e5495e331a 100644 --- a/dev-util/gambas/gambas-1.0.6.ebuild +++ b/dev-util/gambas/gambas-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0.6.ebuild,v 1.2 2005/06/02 00:14:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0.6.ebuild,v 1.3 2005/06/05 19:00:37 genone Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gambas/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* -amd64" +KEYWORDS="~x86 -amd64" IUSE="postgres mysql sdl doc curl sqlite xml xsl zlib kde bzip2" RDEPEND=">=x11-libs/qt-3.2 @@ -25,6 +25,7 @@ RDEPEND=">=x11-libs/qt-3.2 zlib? ( sys-libs/zlib ) bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.59 >=sys-devel/automake-1.7.5" src_unpack() { |