diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-12-02 15:26:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-12-02 15:26:59 +0000 |
commit | b1dd57a6f7afea803809e7a0a04f844ea3a9bd63 (patch) | |
tree | 86cac117dcf1e12dcb8a47b04c01392a724cc6d5 /x11-libs/libfm | |
parent | Move it to EAPI5 so we can use sub-slot deps in reverse dependencies (diff) | |
download | gentoo-2-b1dd57a6f7afea803809e7a0a04f844ea3a9bd63.tar.gz gentoo-2-b1dd57a6f7afea803809e7a0a04f844ea3a9bd63.tar.bz2 gentoo-2-b1dd57a6f7afea803809e7a0a04f844ea3a9bd63.zip |
Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index 18b230a97ab5..e3b7172c066a 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.82 2012/11/15 19:39:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.83 2012/12/02 15:26:59 hwoarang Exp $ + + 02 Dec 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: + Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache 15 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: Fix building with IUSE=-doc. Bug #443318 diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index f24f9a9cb6ff..0a840c4a16d7 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.30 2012/11/15 19:39:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.31 2012/12/02 15:26:59 hwoarang Exp $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" @@ -18,7 +18,7 @@ KEYWORDS="" COMMON_DEPEND=">=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.16:2 - >=lxde-base/menu-cache-0.3.2" + >=lxde-base/menu-cache-0.3.2:=" RDEPEND="${COMMON_DEPEND} x11-misc/shared-mime-info || ( gnome-base/gvfs[udev,udisks] gnome-base/gvfs[udev,gdu] )" |