diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-07 21:16:18 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-07 21:16:18 +0000 |
commit | 8b880ba56e9fde92cb2b22d8abc95dab6ab5ca4e (patch) | |
tree | 0af5a799663b0a2cd21dc56fd7325635674ad670 /lxde-base | |
parent | Version bump. Bug #460590. Thanks to Marios Andreopoulos for the ebuild and A... (diff) | |
download | gentoo-2-8b880ba56e9fde92cb2b22d8abc95dab6ab5ca4e.tar.gz gentoo-2-8b880ba56e9fde92cb2b22d8abc95dab6ab5ca4e.tar.bz2 gentoo-2-8b880ba56e9fde92cb2b22d8abc95dab6ab5ca4e.zip |
Add missing rdeps. Thanks to Chema Alonso <nimiux@gentoo.org>
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxpanel/ChangeLog | 6 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.5.10.ebuild | 7 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.5.12.ebuild | 5 |
3 files changed, 14 insertions, 4 deletions
diff --git a/lxde-base/lxpanel/ChangeLog b/lxde-base/lxpanel/ChangeLog index a8b555aac3c5..1ca6c864d0dc 100644 --- a/lxde-base/lxpanel/ChangeLog +++ b/lxde-base/lxpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxpanel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.54 2013/03/04 11:25:13 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.55 2013/03/07 21:16:18 hwoarang Exp $ + + 07 Mar 2013; Markos Chandras <hwoarang@gentoo.org> lxpanel-0.5.10.ebuild, + lxpanel-0.5.12.ebuild: + Add missing rdeps. Thanks to Chema Alonso <nimiux@gentoo.org> 04 Mar 2013; Chema Alonso <nimiux@gentoo.org> lxpanel-0.5.12.ebuild: Stable for amd64 wrt bug #460178 diff --git a/lxde-base/lxpanel/lxpanel-0.5.10.ebuild b/lxde-base/lxpanel/lxpanel-0.5.10.ebuild index e3f2f45daa10..631e3fd8bbad 100644 --- a/lxde-base/lxpanel/lxpanel-0.5.10.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.5.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.10.ebuild,v 1.6 2012/08/14 22:05:50 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.10.ebuild,v 1.7 2013/03/07 21:16:18 hwoarang Exp $ EAPI="4" @@ -19,6 +19,9 @@ RESTRICT="test" # bug 249598 RDEPEND="x11-libs/gtk+:2 x11-libs/libXmu x11-libs/libXpm + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/libX11 lxde-base/lxmenu-data lxde-base/menu-cache alsa? ( media-libs/alsa-lib ) diff --git a/lxde-base/lxpanel/lxpanel-0.5.12.ebuild b/lxde-base/lxpanel/lxpanel-0.5.12.ebuild index 67d8ed7d897d..cf551ac1abe9 100644 --- a/lxde-base/lxpanel/lxpanel-0.5.12.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.5.12.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/lxde-base/lxpanel/lxpanel-0.5.12.ebuild,v 1.3 2013/03/04 11:25:13 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.12.ebuild,v 1.4 2013/03/07 21:16:18 hwoarang Exp $ EAPI="4" @@ -19,6 +19,9 @@ RESTRICT="test" # bug 249598 RDEPEND="x11-libs/gtk+:2 x11-libs/libXmu x11-libs/libXpm + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/libX11 lxde-base/lxmenu-data lxde-base/menu-cache alsa? ( media-libs/alsa-lib ) |