summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-04-16 08:48:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-04-16 08:48:55 +0000
commitafa6bc4b2e4f13fd1ef2aa0bbc813e40244c4842 (patch)
tree30ffa925dd22c95ae03deb86598b19129bd1ddf1 /app-text/t1utils
parentVersion bump. Remove old. (diff)
downloadgentoo-2-afa6bc4b2e4f13fd1ef2aa0bbc813e40244c4842.tar.gz
gentoo-2-afa6bc4b2e4f13fd1ef2aa0bbc813e40244c4842.tar.bz2
gentoo-2-afa6bc4b2e4f13fd1ef2aa0bbc813e40244c4842.zip
block old freetype:1, they collide, bug #266186
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'app-text/t1utils')
-rw-r--r--app-text/t1utils/ChangeLog5
-rw-r--r--app-text/t1utils/t1utils-1.34.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog
index 03b55b94c66e..04fe728f5492 100644
--- a/app-text/t1utils/ChangeLog
+++ b/app-text/t1utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/t1utils
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.45 2009/03/18 19:03:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.46 2009/04/16 08:48:55 aballier Exp $
+
+ 16 Apr 2009; Alexis Ballier <aballier@gentoo.org> t1utils-1.34.ebuild:
+ block old freetype:1, they collide, bug #266186
18 Mar 2009; Raúl Porcel <armin76@gentoo.org> t1utils-1.34.ebuild:
arm/s390/sh stable wrt #253551
diff --git a/app-text/t1utils/t1utils-1.34.ebuild b/app-text/t1utils/t1utils-1.34.ebuild
index d2a0d8c4f823..7abae4d68594 100644
--- a/app-text/t1utils/t1utils-1.34.ebuild
+++ b/app-text/t1utils/t1utils-1.34.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/app-text/t1utils/t1utils-1.34.ebuild,v 1.10 2009/03/18 19:03:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.11 2009/04/16 08:48:55 aballier Exp $
IUSE=""
@@ -12,7 +12,8 @@ SLOT="0"
LICENSE="BSD"
DEPEND="virtual/libc"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !<media-libs/freetype-1.4_pre20080316"
src_install () {
emake DESTDIR="${D}" install || die "make install failed"