diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-06-05 16:48:40 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-06-05 16:48:40 +0000 |
commit | 34a911637d9db42c80a5771e3c7fbd0a455b03b5 (patch) | |
tree | 8452c343c4edd13d1df9b561df917e46ef8bc937 /x11-apps | |
parent | stable sparc, bug 268581 (diff) | |
download | gentoo-2-34a911637d9db42c80a5771e3c7fbd0a455b03b5.tar.gz gentoo-2-34a911637d9db42c80a5771e3c7fbd0a455b03b5.tar.bz2 gentoo-2-34a911637d9db42c80a5771e3c7fbd0a455b03b5.zip |
stable sparc, bug 268581
(Portage version: 2.1.6.11/cvs/Linux sparc64)
Diffstat (limited to 'x11-apps')
-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 af7fa25ab3cf..e8ad1d1a76c3 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.23 2009/05/20 13:49:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.24 2009/06/05 16:48:40 tcunha Exp $ + + 05 Jun 2009; Tiago Cunha <tcunha@gentoo.org> fstobdf-1.0.3.ebuild: + stable sparc, bug 268581 20 May 2009; Brent Baude <ranger@gentoo.org> fstobdf-1.0.3.ebuild: Marking fstobdf-1.0.3 ppc64 stable for bug 268581 diff --git a/x11-apps/fstobdf/fstobdf-1.0.3.ebuild b/x11-apps/fstobdf/fstobdf-1.0.3.ebuild index 445a52513a74..071aaf1abc03 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.7 2009/05/20 13:49:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.3.ebuild,v 1.8 2009/06/05 16:48:40 tcunha 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" |