diff options
-rw-r--r-- | xfce-extra/mousepad/mousepad-0.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/mousepad/mousepad-0.2.2-r1.ebuild b/xfce-extra/mousepad/mousepad-0.2.2-r1.ebuild index 8881c16e2458..501ba1adfdef 100644 --- a/xfce-extra/mousepad/mousepad-0.2.2-r1.ebuild +++ b/xfce-extra/mousepad/mousepad-0.2.2-r1.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/xfce-extra/mousepad/mousepad-0.2.2-r1.ebuild,v 1.3 2006/04/20 05:59:53 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/mousepad/mousepad-0.2.2-r1.ebuild,v 1.4 2006/11/27 00:21:21 vapier Exp $ inherit xfce42 @@ -8,6 +8,6 @@ DESCRIPTION="Small text editor for Xfce 4" SRC_URI="http://erikharrison.net/software/${P}.tar.gz" HOMEPAGE="http://www.xfce.org" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" RDEPEND="xfce-base/libxfce4mcs" |