summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-02-25 09:59:31 +0000
committerThomas Kahle <tomka@gentoo.org>2011-02-25 09:59:31 +0000
commit6bfae7eeb9690f0ccd4ff085173c539793ddce4b (patch)
treefae1f4eb866fa445dbcf042c659f0ef48a5443ad /sci-misc/flashdot
parentWon't write to /etc/conf.d/net when nothing changed (diff)
downloadgentoo-2-6bfae7eeb9690f0ccd4ff085173c539793ddce4b.tar.gz
gentoo-2-6bfae7eeb9690f0ccd4ff085173c539793ddce4b.tar.bz2
gentoo-2-6bfae7eeb9690f0ccd4ff085173c539793ddce4b.zip
Adding missing dependency per bug 356017. Thanks to Diego Elio Pettenò for reporting.
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'sci-misc/flashdot')
-rw-r--r--sci-misc/flashdot/ChangeLog8
-rw-r--r--sci-misc/flashdot/flashdot-1.1.4.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-misc/flashdot/ChangeLog b/sci-misc/flashdot/ChangeLog
index 3cda4e2cded0..d7ff461a4fbe 100644
--- a/sci-misc/flashdot/ChangeLog
+++ b/sci-misc/flashdot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-misc/flashdot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/ChangeLog,v 1.1 2010/11/08 00:35:17 tomka Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/ChangeLog,v 1.2 2011/02/25 09:59:31 tomka Exp $
+
+ 25 Feb 2011; Thomas Kahle <tomka@gentoo.org> flashdot-1.1.4.ebuild:
+ Adding missing dependency per bug 356017. Thanks to Diego Elio Pettenò for
+ reporting.
*flashdot-1.1.4 (08 Nov 2010)
diff --git a/sci-misc/flashdot/flashdot-1.1.4.ebuild b/sci-misc/flashdot/flashdot-1.1.4.ebuild
index 4ff2b4bccbe2..13963ff9be90 100644
--- a/sci-misc/flashdot/flashdot-1.1.4.ebuild
+++ b/sci-misc/flashdot/flashdot-1.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild,v 1.1 2010/11/08 00:35:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild,v 1.2 2011/02/25 09:59:31 tomka Exp $
EAPI=2
@@ -18,6 +18,7 @@ IUSE="+ocamlopt"
DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]
dev-ml/ocamlsdl
dev-ml/ocamlgsl
+ dev-ml/lablgl[glut]
x11-apps/xdpyinfo"
RDEPEND="${DEPEND}"