summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-08 21:11:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-08 21:11:23 +0000
commitaf1d29eba5f9faa5e07088de8471cb1bac7682d7 (patch)
treedcca7c94e8fe154b60af2c6ce0deabe40d7947c7 /x11-libs
parentMarked ~x86-fbsd too. Fix ChangeLog entry. (diff)
downloadgentoo-2-af1d29eba5f9faa5e07088de8471cb1bac7682d7.tar.gz
gentoo-2-af1d29eba5f9faa5e07088de8471cb1bac7682d7.tar.bz2
gentoo-2-af1d29eba5f9faa5e07088de8471cb1bac7682d7.zip
Missing rdepend sys-libs/zlib wrt #268997, thanks to Corbin Simpson.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libfontenc/ChangeLog8
-rw-r--r--x11-libs/libfontenc/libfontenc-1.0.4.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog
index f7fc83323bde..dba1ec3a837a 100644
--- a/x11-libs/libfontenc/ChangeLog
+++ b/x11-libs/libfontenc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libfontenc
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.43 2008/01/31 04:32:00 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.44 2009/05/08 21:11:23 ssuominen Exp $
+
+ 08 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ libfontenc-1.0.4.ebuild:
+ Missing rdepend sys-libs/zlib wrt #268997, thanks to Corbin Simpson.
31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
-libfontenc-1.0.2.ebuild:
diff --git a/x11-libs/libfontenc/libfontenc-1.0.4.ebuild b/x11-libs/libfontenc/libfontenc-1.0.4.ebuild
index 8abb0df81e60..6703d6c4c7b9 100644
--- a/x11-libs/libfontenc/libfontenc-1.0.4.ebuild
+++ b/x11-libs/libfontenc/libfontenc-1.0.4.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/x11-libs/libfontenc/libfontenc-1.0.4.ebuild,v 1.12 2009/05/05 07:57:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.4.ebuild,v 1.13 2009/05/08 21:11:23 ssuominen Exp $
# Must be before x-modular eclass is inherited
# SNAPSHOT="yes"
@@ -11,8 +11,10 @@ DESCRIPTION="X.Org fontenc library"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
-RDEPEND=""
+RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
x11-proto/xproto"
-CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
+pkg_setup() {
+ CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
+}