Emacs shouldn't have a gnome useflag that tries to pull in gnome-base/gnome-desktop. All the gnome useflag does is install a .desktop file, which is a freedesktop.org standard and not gnome specific. It can be used by xfce, kde(I think), and any other app that uses the standard. It also brings in deps which create nasty problems such as bug 110383
Fixed in CVS. The freedesktop.org .desktop file is installed unconditionally.
Sorry to bother the arch testers again so soon with Emacs! Could you verify the change and stablize the emacs-21.4-r3.ebuild for ppc, ppc64. ia64 and ia64. The change was: --- emacs-21.4-r2.ebuild 2006-03-05 19:15:28.000000000 -0600 +++ emacs-21.4-r3.ebuild 2006-03-06 00:32:41.000000000 -0600 @@ -11,8 +11,8 @@ LICENSE="GPL-2" SLOT="21" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="X Xaw3d gnome leim lesstif motif nls nosendmail" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="X Xaw3d leim lesstif motif nls nosendmail" RDEPEND="sys-libs/ncurses sys-libs/gdbm @@ -36,7 +36,6 @@ motif? ( lesstif? ( x11-libs/lesstif ) !lesstif? ( >=x11-libs/openmotif-2.1.30 ) ) - gnome? ( gnome-base/gnome-desktop ) ) ) nls? ( sys-devel/gettext ) @@ -154,10 +153,8 @@ dodoc BUGS ChangeLog README - if use gnome ; then - insinto /usr/share/applications - doins ${FILESDIR}/${DFILE} - fi + insinto /usr/share/applications + doins ${FILESDIR}/${DFILE} }
should have read "ppc, ppc64. ia64 and hppa"
does the trick! ppc64 stable.
x86 stable, even if we were not CCed ;-)
hppa done.
Marked stable on ppc by hansmi. Closing as we're the last arch ask to stable.