diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:49:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:49:05 +0000 |
commit | df32512c82a7f2e1e27f5369c872405d02b5e081 (patch) | |
tree | 24ad3122224a684e1b28e63095a361c3cc3b6385 /x11-apps/fstobdf | |
parent | fix patch, unix lf (diff) | |
download | historical-df32512c82a7f2e1e27f5369c872405d02b5e081.tar.gz historical-df32512c82a7f2e1e27f5369c872405d02b5e081.tar.bz2 historical-df32512c82a7f2e1e27f5369c872405d02b5e081.zip |
Added ~ppc after testing.
Package-Manager: portage-2.1_rc1-r2
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/fstobdf/ChangeLog b/x11-apps/fstobdf/ChangeLog index cb1d68a8d77f..eba1296e27d7 100644 --- a/x11-apps/fstobdf/ChangeLog +++ b/x11-apps/fstobdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/fstobdf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.12 2006/04/29 16:32:52 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.13 2006/05/20 10:42:55 robbat2 Exp $ + + 20 May 2006; Robin H. Johnson <robbat2@gentoo.org> fstobdf-1.0.2.ebuild: + Added ~ppc after testing. *fstobdf-1.0.2 (29 Apr 2006) diff --git a/x11-apps/fstobdf/fstobdf-1.0.2.ebuild b/x11-apps/fstobdf/fstobdf-1.0.2.ebuild index 059586b686bd..8986fb9c5361 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 # 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.1 2006/04/29 16:32:52 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.2.ebuild,v 1.2 2006/05/20 10:42:55 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org fstobdf application" -KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86 ~ppc" RDEPEND="x11-libs/libX11 x11-libs/libFS" DEPEND="${RDEPEND}" |