diff options
author | Rick Farina <zerochaos@gentoo.org> | 2015-03-09 17:21:18 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2015-03-09 17:21:18 +0000 |
commit | 5aa9570abeeeb0e668724a49d5db65e9f0561b9c (patch) | |
tree | 66e7c91055ce0333394902e969a7dfb97f57ffe5 /app-editors | |
parent | Add warning about removed apps from core tarball, thanks Jaak Ristioja <jaak@... (diff) | |
download | gentoo-2-5aa9570abeeeb0e668724a49d5db65e9f0561b9c.tar.gz gentoo-2-5aa9570abeeeb0e668724a49d5db65e9f0561b9c.tar.bz2 gentoo-2-5aa9570abeeeb0e668724a49d5db65e9f0561b9c.zip |
fix repoman warning
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'app-editors')
-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 e3badd8e9ce3..d3487d6b7e20 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.31 2015/03/09 14:37:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.32 2015/03/09 17:21:18 zerochaos Exp $ + + 09 Mar 2015; Rick Farina <zerochaos@gentoo.org> mousepad-0.4.0.ebuild: + fix repoman warning *mousepad-0.4.0 (09 Mar 2015) diff --git a/app-editors/mousepad/mousepad-0.4.0.ebuild b/app-editors/mousepad/mousepad-0.4.0.ebuild index 91c3ab1441c9..c886381f6b0e 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.1 2015/03/09 14:37:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.4.0.ebuild,v 1.2 2015/03/09 17:21:18 zerochaos Exp $ EAPI=5 inherit gnome2-utils xfconf @@ -16,7 +16,7 @@ IUSE="debug dbus gtk3" RDEPEND=">=dev-libs/glib-2.30:2= dbus? ( >=dev-libs/dbus-glib-0.100:0= ) - !gtk3? ( >=x11-libs/gtk+-2.24:2= + !gtk3? ( >=x11-libs/gtk+-2.24:2= x11-libs/gtksourceview:2.0= ) gtk3? ( x11-libs/gtk+:3= x11-libs/gtksourceview:3.0= )" |