summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-07-08 10:38:31 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-07-08 10:38:31 +0000
commitf193c5d2f5f9bae7513ac6d64f3d434e9aa7f21d (patch)
treef45ad5aea09a1e80a06aa80616c128e049b3ca82 /app-misc/graphlcd-base
parentUnicode-EastAsianWidth-1.330.0: add ~ppc-aix keyword (diff)
downloadgentoo-2-f193c5d2f5f9bae7513ac6d64f3d434e9aa7f21d.tar.gz
gentoo-2-f193c5d2f5f9bae7513ac6d64f3d434e9aa7f21d.tar.bz2
gentoo-2-f193c5d2f5f9bae7513ac6d64f3d434e9aa7f21d.zip
missing depend fixed, wrt bug 514224
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
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 ?=:"