I wanted to deploy the gnome globalmenu tar file, so I wrote a dummy ebuild (I'm a newbie) to simplify compilation/installation/management.
Installing it with paludis, on an amd64 was successfully. However, on an x86 I got nothing installed. # paludis --contents gnome-globalmenu * gnome-extra/gnome-globalmenu-0.7.5::installed # _ Is this paludis related? I suppose it may be a difference in configuration .How can I debug that difference? Thanks, -Eduardo # cat gnome-globalmenu-0.7.5.ebuild EAPI=2 DESCRIPTION="Gnome Globalmenu" HOMEPAGE="http://gnome2-globalmenu.googlecode.com/" SRC_URI="http://gnome2-globalmenu.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" RDEPEND="" DEPEND="$RDEPEND" _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
