diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-09 20:24:22 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-09 20:24:22 +0000 |
commit | 1b59af5cf1216ae20458b083d0a955b26f60e874 (patch) | |
tree | 430b6d2a6685d752c0b3e4055cabc17205b54e9d | |
parent | arm stable, bug #282290 (diff) | |
download | gentoo-2-1b59af5cf1216ae20458b083d0a955b26f60e874.tar.gz gentoo-2-1b59af5cf1216ae20458b083d0a955b26f60e874.tar.bz2 gentoo-2-1b59af5cf1216ae20458b083d0a955b26f60e874.zip |
arm stable, bug #282290
(Portage version: 2.2_rc44/cvs/Linux x86_64)
-rw-r--r-- | x11-apps/fstobdf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/fstobdf/fstobdf-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/fstobdf/ChangeLog b/x11-apps/fstobdf/ChangeLog index e8ad1d1a76c3..f525dd3de3f6 100644 --- a/x11-apps/fstobdf/ChangeLog +++ b/x11-apps/fstobdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/fstobdf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.24 2009/06/05 16:48:40 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.25 2009/10/09 20:24:22 maekke Exp $ + + 09 Oct 2009; Markus Meier <maekke@gentoo.org> fstobdf-1.0.3.ebuild: + arm stable, bug #282290 05 Jun 2009; Tiago Cunha <tcunha@gentoo.org> fstobdf-1.0.3.ebuild: stable sparc, bug 268581 diff --git a/x11-apps/fstobdf/fstobdf-1.0.3.ebuild b/x11-apps/fstobdf/fstobdf-1.0.3.ebuild index 071aaf1abc03..a51c738f4bae 100644 --- a/x11-apps/fstobdf/fstobdf-1.0.3.ebuild +++ b/x11-apps/fstobdf/fstobdf-1.0.3.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/x11-apps/fstobdf/fstobdf-1.0.3.ebuild,v 1.8 2009/06/05 16:48:40 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.3.ebuild,v 1.9 2009/10/09 20:24:22 maekke Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular 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 x11-libs/libFS" |