diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-19 12:06:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-19 12:06:20 +0000 |
commit | edf2376e45dfea16c2ad1f19a7befc922e33e65d (patch) | |
tree | 85e7aa7b1a6f78fe47daf56b87968be7cd337bbb /x11-apps/fstobdf | |
parent | Fix build with gobject-introspection 0.9, bug #344227 by Mike Auty. (diff) | |
download | historical-edf2376e45dfea16c2ad1f19a7befc922e33e65d.tar.gz historical-edf2376e45dfea16c2ad1f19a7befc922e33e65d.tar.bz2 historical-edf2376e45dfea16c2ad1f19a7befc922e33e65d.zip |
ppc64 stable wrt #344827
Package-Manager: portage-2.2.0_alpha9/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/fstobdf')
-rw-r--r-- | x11-apps/fstobdf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/fstobdf/fstobdf-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/fstobdf/ChangeLog b/x11-apps/fstobdf/ChangeLog index cacb4cbdc51a..367e8c031c5e 100644 --- a/x11-apps/fstobdf/ChangeLog +++ b/x11-apps/fstobdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/fstobdf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.31 2010/11/01 14:43:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.32 2010/12/19 12:00:54 ssuominen Exp $ + + 19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> fstobdf-1.0.4.ebuild: + ppc64 stable wrt #344827 *fstobdf-1.0.4 (01 Nov 2010) diff --git a/x11-apps/fstobdf/fstobdf-1.0.4.ebuild b/x11-apps/fstobdf/fstobdf-1.0.4.ebuild index 0e3cc9353809..a93347506b0a 100644 --- a/x11-apps/fstobdf/fstobdf-1.0.4.ebuild +++ b/x11-apps/fstobdf/fstobdf-1.0.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.4.ebuild,v 1.1 2010/11/01 14:43:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.4.ebuild,v 1.2 2010/12/19 12:00:54 ssuominen Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="generate BDF font from X font server" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 |