diff options
author | 2007-12-19 23:49:13 +0000 | |
---|---|---|
committer | 2007-12-19 23:49:13 +0000 | |
commit | ce5e35884f9da232c293aa05c909869027b84f53 (patch) | |
tree | b38741821a9586cb13eb4069edc2b2de870ae959 /x11-apps/fstobdf | |
parent | Version bump. Bug #202826 (diff) | |
download | gentoo-2-ce5e35884f9da232c293aa05c909869027b84f53.tar.gz gentoo-2-ce5e35884f9da232c293aa05c909869027b84f53.tar.bz2 gentoo-2-ce5e35884f9da232c293aa05c909869027b84f53.zip |
Stable on x86 wrt #202087
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-apps/fstobdf')
-rw-r--r-- | x11-apps/fstobdf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/fstobdf/fstobdf-1.0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-apps/fstobdf/ChangeLog b/x11-apps/fstobdf/ChangeLog index 45bf0afdebdb..db5f21aae745 100644 --- a/x11-apps/fstobdf/ChangeLog +++ b/x11-apps/fstobdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/fstobdf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.15 2007/10/09 09:13:43 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.16 2007/12/19 23:49:13 cla Exp $ + + 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> fstobdf-1.0.2.ebuild: + Stable on x86 (bug #202087) 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -fstobdf-1.0.1.ebuild: diff --git a/x11-apps/fstobdf/fstobdf-1.0.2.ebuild b/x11-apps/fstobdf/fstobdf-1.0.2.ebuild index 1a226d2a8223..10e1c26467ac 100644 --- a/x11-apps/fstobdf/fstobdf-1.0.2.ebuild +++ b/x11-apps/fstobdf/fstobdf-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.2.ebuild,v 1.3 2006/10/10 23:55:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.2.ebuild,v 1.4 2007/12/19 23:49:13 cla 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="~arm ~mips ~ppc64 ~s390 ~sparc ~x86 ~ppc" +KEYWORDS="~arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86" RDEPEND="x11-libs/libX11 x11-libs/libFS" DEPEND="${RDEPEND}" |