diff options
author | Olivier Reisch <doctomoe@gentoo.org> | 2003-01-27 19:34:27 +0000 |
---|---|---|
committer | Olivier Reisch <doctomoe@gentoo.org> | 2003-01-27 19:34:27 +0000 |
commit | 9a714eb6ba9e69b1025fb006642d615658ec5d5b (patch) | |
tree | d61c9f6f8ad527a2c75012b18f5ba523c254a518 /x11-libs/xft | |
parent | Added -ppc to fontconfig-2.1-r1.ebuild. Breaks fonts on PPC (KDE, XFree, Moz) (diff) | |
download | historical-9a714eb6ba9e69b1025fb006642d615658ec5d5b.tar.gz historical-9a714eb6ba9e69b1025fb006642d615658ec5d5b.tar.bz2 historical-9a714eb6ba9e69b1025fb006642d615658ec5d5b.zip |
Masked xft-2.0.1-r1.ebuild -ppc as we had to mask fontconfig dependency.
Diffstat (limited to 'x11-libs/xft')
-rw-r--r-- | x11-libs/xft/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xft/xft-2.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xft/ChangeLog b/x11-libs/xft/ChangeLog index 24f62c498acc..39b507c2508b 100644 --- a/x11-libs/xft/ChangeLog +++ b/x11-libs/xft/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-libs/xft # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/ChangeLog,v 1.10 2003/01/16 04:03:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/ChangeLog,v 1.11 2003/01/27 19:34:27 doctomoe Exp $ + 27 Jan 2003; Olivier Reisch <doctomoe@gentoo.org> xft-2.0.1-r1.ebuild : + Masked -ppc as we had to mask fontconfig dependency. + 15 Jan 2003; Jason Wever <weeve@gentoo.org> xft-2.0.1-r1.ebuild : Added ~sparc to KEYWORDS. diff --git a/x11-libs/xft/xft-2.0.1-r1.ebuild b/x11-libs/xft/xft-2.0.1-r1.ebuild index 486e61a65233..210e80b33e28 100644 --- a/x11-libs/xft/xft-2.0.1-r1.ebuild +++ b/x11-libs/xft/xft-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/xft-2.0.1-r1.ebuild,v 1.3 2003/01/16 04:03:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/xft-2.0.1-r1.ebuild,v 1.4 2003/01/27 19:34:27 doctomoe Exp $ IUSE="" @@ -14,7 +14,7 @@ HOMEPAGE="http://fontconfig.org/" LICENSE="fontconfig" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +KEYWORDS="~x86 -ppc ~alpha ~sparc" RDEPEND="x11-base/xfree >=media-libs/fontconfig-2.1-r1" |