diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-01 07:38:18 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-01 07:38:18 +0000 |
commit | 10708ed1e1f8f99f821a91811bcff683e062daab (patch) | |
tree | d511aa508c8f26d65b961e02f2eaffe0dca36509 /app-editors/mousepad | |
parent | x86 stable wrt bug #553500 (diff) | |
download | gentoo-2-10708ed1e1f8f99f821a91811bcff683e062daab.tar.gz gentoo-2-10708ed1e1f8f99f821a91811bcff683e062daab.tar.bz2 gentoo-2-10708ed1e1f8f99f821a91811bcff683e062daab.zip |
x86 stable wrt bug #553500
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-editors/mousepad')
-rw-r--r-- | app-editors/mousepad/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/mousepad/mousepad-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/mousepad/ChangeLog b/app-editors/mousepad/ChangeLog index d3487d6b7e20..ce27d0b7b2f5 100644 --- a/app-editors/mousepad/ChangeLog +++ b/app-editors/mousepad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mousepad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.32 2015/03/09 17:21:18 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.33 2015/07/01 07:38:18 zlogene Exp $ + + 01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> mousepad-0.4.0.ebuild: + x86 stable wrt bug #553500 09 Mar 2015; Rick Farina <zerochaos@gentoo.org> mousepad-0.4.0.ebuild: fix repoman warning diff --git a/app-editors/mousepad/mousepad-0.4.0.ebuild b/app-editors/mousepad/mousepad-0.4.0.ebuild index c886381f6b0e..e9337c4da290 100644 --- a/app-editors/mousepad/mousepad-0.4.0.ebuild +++ b/app-editors/mousepad/mousepad-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.4.0.ebuild,v 1.2 2015/03/09 17:21:18 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.4.0.ebuild,v 1.3 2015/07/01 07:38:18 zlogene Exp $ EAPI=5 inherit gnome2-utils 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 gtk3" RDEPEND=">=dev-libs/glib-2.30:2= |