diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:42:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:42:55 +0000 |
commit | 0b258d2aa6433f957a69cf68184f5bfbb2327446 (patch) | |
tree | d283db09d5e5baa8b78738de392535e9b919539a | |
parent | Added ~ppc after testing. (diff) | |
download | gentoo-2-0b258d2aa6433f957a69cf68184f5bfbb2327446.tar.gz gentoo-2-0b258d2aa6433f957a69cf68184f5bfbb2327446.tar.bz2 gentoo-2-0b258d2aa6433f957a69cf68184f5bfbb2327446.zip |
Added ~ppc after testing.
(Portage version: 2.1_rc1-r2)
-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}" |