summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/graphlcd-base')
-rw-r--r--app-misc/graphlcd-base/ChangeLog8
-rw-r--r--app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/app-misc/graphlcd-base/ChangeLog b/app-misc/graphlcd-base/ChangeLog
index e3f64a4ba588..f2fe28a02e4a 100644
--- a/app-misc/graphlcd-base/ChangeLog
+++ b/app-misc/graphlcd-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/graphlcd-base
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.29 2012/02/20 01:21:04 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.30 2014/07/08 10:38:31 hd_brummy Exp $
+
+ 08 Jul 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+ graphlcd-base-0.1.9.ebuild:
+ missing depend fixed, wrt bug 514224
20 Feb 2012; Mike Gilbert <floppym@gentoo.org> graphlcd-base-0.1.5-r1.ebuild,
graphlcd-base-0.1.9.ebuild:
diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
index f2e91cf85568..b37426495b44 100644
--- a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
+++ b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild,v 1.3 2012/02/20 01:21:04 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild,v 1.4 2014/07/08 10:38:31 hd_brummy Exp $
EAPI=4
@@ -17,8 +17,9 @@ SLOT="0"
LICENSE="GPL-2"
IUSE="g15"
-DEPEND=""
-RDEPEND="g15? ( app-misc/g15daemon )"
+DEPEND="media-libs/freetype"
+RDEPEND="g15? ( app-misc/g15daemon )
+ media-libs/freetype"
src_prepare() {
sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:"