summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/mousepad/ChangeLog5
-rw-r--r--app-editors/mousepad/mousepad-0.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/mousepad/ChangeLog b/app-editors/mousepad/ChangeLog
index f60c6d1592d4..224656efe995 100644
--- a/app-editors/mousepad/ChangeLog
+++ b/app-editors/mousepad/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mousepad
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.29 2013/04/11 17:57:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.30 2013/04/11 18:08:23 ago Exp $
+
+ 11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> mousepad-0.3.0.ebuild:
+ Stable for x86, wrt bug #465286
11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> mousepad-0.3.0.ebuild:
Stable for amd64, wrt bug #465286
diff --git a/app-editors/mousepad/mousepad-0.3.0.ebuild b/app-editors/mousepad/mousepad-0.3.0.ebuild
index 63d549aff430..3ea360cdaf6b 100644
--- a/app-editors/mousepad/mousepad-0.3.0.ebuild
+++ b/app-editors/mousepad/mousepad-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.3.0.ebuild,v 1.2 2013/04/11 17:57:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.3.0.ebuild,v 1.3 2013/04/11 18:08:23 ago Exp $
EAPI=5
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug dbus"
RDEPEND=">=dev-libs/glib-2.12