diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-21 22:40:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-21 22:40:22 +0000 |
commit | 30ad4b757a2219bf4922ae7edd07d8236f65a068 (patch) | |
tree | 3a2e212aec04e6d3ab45258ac2603ee9dc8ca5c8 /gnome-base | |
parent | pawn off onto cpp herd (diff) | |
download | gentoo-2-30ad4b757a2219bf4922ae7edd07d8236f65a068.tar.gz gentoo-2-30ad4b757a2219bf4922ae7edd07d8236f65a068.tar.bz2 gentoo-2-30ad4b757a2219bf4922ae7edd07d8236f65a068.zip |
arm/sh love
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-mount/gnome-mount-0.4-r4.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gnome-mount/gnome-mount-0.4-r5.ebuild | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gnome-base/gnome-mount/gnome-mount-0.4-r4.ebuild b/gnome-base/gnome-mount/gnome-mount-0.4-r4.ebuild index 4597972525fc..d925425f2d76 100644 --- a/gnome-base/gnome-mount/gnome-mount-0.4-r4.ebuild +++ b/gnome-base/gnome-mount/gnome-mount-0.4-r4.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/gnome-base/gnome-mount/gnome-mount-0.4-r4.ebuild,v 1.8 2006/08/18 23:23:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.4-r4.ebuild,v 1.9 2006/10/21 22:40:22 vapier Exp $ inherit eutils gnome2 @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="debug" RDEPEND=">=gnome-base/libgnomeui-2.13 diff --git a/gnome-base/gnome-mount/gnome-mount-0.4-r5.ebuild b/gnome-base/gnome-mount/gnome-mount-0.4-r5.ebuild index fa4e9547cbaa..575c59a3784f 100644 --- a/gnome-base/gnome-mount/gnome-mount-0.4-r5.ebuild +++ b/gnome-base/gnome-mount/gnome-mount-0.4-r5.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/gnome-base/gnome-mount/gnome-mount-0.4-r5.ebuild,v 1.1 2006/08/25 19:44:00 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.4-r5.ebuild,v 1.2 2006/10/21 22:40:22 vapier Exp $ inherit eutils gnome2 @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="debug" RDEPEND=">=gnome-base/libgnomeui-2.13 @@ -25,14 +25,14 @@ DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.29" -DOCS="AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO" +DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README TODO" src_unpack() { gnome2_src_unpack # fixes for bug #133549, bug #133880, bug #137211 - epatch ${FILESDIR}/${PN}-hal-no-media-fstab.patch + epatch "${FILESDIR}"/${PN}-hal-no-media-fstab.patch # add support for mounting with ntfs-3g - epatch ${FILESDIR}/${P}-ntfs3g.patch + epatch "${FILESDIR}"/${P}-ntfs3g.patch } |