diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-19 07:41:11 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-19 07:41:11 +0000 |
commit | 2b167ba97fa754c39e4f83cc5593ce54f457edb0 (patch) | |
tree | 1c3e2b5ff464fdca2846d713fbd4ee4426c762be /media-libs | |
parent | metadata fix (diff) | |
download | gentoo-2-2b167ba97fa754c39e4f83cc5593ce54f457edb0.tar.gz gentoo-2-2b167ba97fa754c39e4f83cc5593ce54f457edb0.tar.bz2 gentoo-2-2b167ba97fa754c39e4f83cc5593ce54f457edb0.zip |
stable on amd64
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fontconfig/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/fontconfig/ChangeLog b/media-libs/fontconfig/ChangeLog index 92c6a3daa46e..ba1fee533850 100644 --- a/media-libs/fontconfig/ChangeLog +++ b/media-libs/fontconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/fontconfig # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.70 2006/07/14 18:22:50 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.71 2006/07/19 07:41:11 kugelfang Exp $ + + 19 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> + fontconfig-2.3.2-r1.ebuild: + Marked stable on amd64. 14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> fontconfig-2.3.2-r1.ebuild: diff --git a/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild b/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild index 4948378b560f..dda131122484 100644 --- a/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild +++ b/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild,v 1.6 2006/07/14 18:22:50 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild,v 1.7 2006/07/19 07:41:11 kugelfang Exp $ inherit eutils libtool autotools @@ -10,7 +10,7 @@ SRC_URI="http://fontconfig.org/release/${P}.tar.gz" LICENSE="fontconfig" SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc" DEPEND=">=media-libs/freetype-2.1.4 |