diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:22:21 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:22:21 +0000 |
commit | fa85fb6e5a6819b1c22c97469f7f02d66aa4c265 (patch) | |
tree | 468950c0f8f1ef0cdc0bf3f2e1eb7ef378a0fd7b /app-text/searchmonkey | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-fa85fb6e5a6819b1c22c97469f7f02d66aa4c265.tar.gz gentoo-2-fa85fb6e5a6819b1c22c97469f7f02d66aa4c265.tar.bz2 gentoo-2-fa85fb6e5a6819b1c22c97469f7f02d66aa4c265.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-text/searchmonkey')
-rw-r--r-- | app-text/searchmonkey/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/searchmonkey/searchmonkey-0.8.1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-text/searchmonkey/ChangeLog b/app-text/searchmonkey/ChangeLog index dc8998edbccf..e8969c8ea6a8 100644 --- a/app-text/searchmonkey/ChangeLog +++ b/app-text/searchmonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/searchmonkey -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.4 2008/02/29 17:50:22 carlo Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.5 2011/03/27 12:22:21 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + searchmonkey-0.8.1.ebuild: + Fix slot-dep on gtk+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> searchmonkey-0.8.1.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild index 79bd14882d16..691a0d0eed41 100644 --- a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild +++ b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.1.ebuild,v 1.3 2008/02/29 17:50:22 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.1.ebuild,v 1.4 2011/03/27 12:22:21 nirbheek Exp $ + +EAPI="2" inherit eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.6" +RDEPEND=">=x11-libs/gtk+-2.6:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |