diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-04-16 08:48:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-04-16 08:48:55 +0000 |
commit | afa6bc4b2e4f13fd1ef2aa0bbc813e40244c4842 (patch) | |
tree | 30ffa925dd22c95ae03deb86598b19129bd1ddf1 /app-text/t1utils/t1utils-1.34.ebuild | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-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/t1utils-1.34.ebuild')
-rw-r--r-- | app-text/t1utils/t1utils-1.34.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |