diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-05-03 19:37:51 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-05-03 19:37:51 +0000 |
commit | f25094a35f855e5d3e9d5dd1cb3a9943b86f3de9 (patch) | |
tree | 503c102eb26ceea44107fbb0506cffb19fc6a0a6 /x11-misc | |
parent | Add DEPEND on >=glibc-2.8; bug #267650 (diff) | |
download | gentoo-2-f25094a35f855e5d3e9d5dd1cb3a9943b86f3de9.tar.gz gentoo-2-f25094a35f855e5d3e9d5dd1cb3a9943b86f3de9.tar.bz2 gentoo-2-f25094a35f855e5d3e9d5dd1cb3a9943b86f3de9.zip |
Add missing freetype dependency for bug #227729.
(Portage version: 2.2_rc32/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbdesk/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.4.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog index 2994d520e647..b99dba90f00f 100644 --- a/x11-misc/fbdesk/ChangeLog +++ b/x11-misc/fbdesk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbdesk -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.32 2008/09/22 13:26:52 omp Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.33 2009/05/03 19:37:51 dirtyepic Exp $ + + 03 May 2009; Ryan Hill <dirtyepic@gentoo.org> fbdesk-1.4.1.ebuild: + Add missing freetype dependency for bug #227729. 22 Sep 2008; David Shakaryan <omp@gentoo.org> metadata.xml, fbdesk-1.4.1.ebuild: diff --git a/x11-misc/fbdesk/fbdesk-1.4.1.ebuild b/x11-misc/fbdesk/fbdesk-1.4.1.ebuild index 5c89f09fd958..48689a957118 100644 --- a/x11-misc/fbdesk/fbdesk-1.4.1.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v 1.8 2008/09/22 13:26:52 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v 1.9 2009/05/03 19:37:51 dirtyepic Exp $ inherit eutils @@ -15,6 +15,7 @@ IUSE="debug png" RDEPEND="png? ( media-libs/libpng ) media-libs/imlib2 + >=media-libs/freetype-2 x11-libs/libXpm x11-libs/libXft" DEPEND="${RDEPEND} |