summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2009-01-02 15:33:32 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2009-01-02 15:33:32 +0000
commit1ffc978e9a8713d4a89562a29a293ee2997ccf5e (patch)
tree9a2e25678548a4ab243ced1d142960fa0890913f /dev-lang
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-1ffc978e9a8713d4a89562a29a293ee2997ccf5e.tar.gz
gentoo-2-1ffc978e9a8713d4a89562a29a293ee2997ccf5e.tar.bz2
gentoo-2-1ffc978e9a8713d4a89562a29a293ee2997ccf5e.zip
Improving use flags deps.
(Portage version: 2.2_rc20/cvs/Linux 2.6.25.9 x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/io/ChangeLog8
-rw-r--r--dev-lang/io/io-2009.01.02-r1.ebuild (renamed from dev-lang/io/io-2009.01.02.ebuild)7
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-lang/io/ChangeLog b/dev-lang/io/ChangeLog
index 2aec4bc3907a..9edb6dc805bd 100644
--- a/dev-lang/io/ChangeLog
+++ b/dev-lang/io/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/io
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.3 2009/01/02 15:26:54 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.4 2009/01/02 15:33:32 araujo Exp $
+
+*io-2009.01.02-r1 (02 Jan 2009)
+
+ 02 Jan 2009; Luis F. Araujo <araujo@gentoo.org> -io-2009.01.02.ebuild,
+ +io-2009.01.02-r1.ebuild:
+ Improving USE flag deps.
*io-2009.01.02 (02 Jan 2009)
diff --git a/dev-lang/io/io-2009.01.02.ebuild b/dev-lang/io/io-2009.01.02-r1.ebuild
index 4e29b88579b0..58231c577757 100644
--- a/dev-lang/io/io-2009.01.02.ebuild
+++ b/dev-lang/io/io-2009.01.02-r1.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/dev-lang/io/io-2009.01.02.ebuild,v 1.1 2009/01/02 15:26:54 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v 1.1 2009/01/02 15:33:32 araujo Exp $
DESCRIPTION="Io is a small, prototype-based programming language."
HOMEPAGE="http://www.iolanguage.com"
@@ -10,8 +10,8 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
-IUSE="doc readline mysql cairo postgres dbi opengl ncurses sqlite sqlite3 zlib"
-DEPEND="dev-libs/lzo
+IUSE="doc readline mysql cairo postgres dbi opengl ncurses sqlite sqlite3 zlib lzo"
+DEPEND="lzo? ( dev-libs/lzo )
readline? ( sys-libs/readline )
mysql? ( virtual/mysql )
cairo? ( x11-libs/cairo )
@@ -37,6 +37,7 @@ src_compile() {
useq sqlite && make SQLite
useq sqlite3 && make SQLite3
useq zlib && make Zlib
+ useq lzo && make LZO
}
src_install() {