diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:41:48 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:41:48 +0000 |
commit | 113951c667d994a0e9767de919cc8370720acb20 (patch) | |
tree | efc86ca238d29200c119faa1eac2fe9a7a5168e1 /xfce-extra/xfce4-xkb-plugin | |
parent | Fix slot-deps on gnome libs (diff) | |
download | historical-113951c667d994a0e9767de919cc8370720acb20.tar.gz historical-113951c667d994a0e9767de919cc8370720acb20.tar.bz2 historical-113951c667d994a0e9767de919cc8370720acb20.zip |
Fix slot-deps on gnome libs
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog index 6beec78214b5..ab8d1d610df9 100644 --- a/xfce-extra/xfce4-xkb-plugin/ChangeLog +++ b/xfce-extra/xfce4-xkb-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-xkb-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.25 2011/03/08 19:03:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.26 2011/03/21 22:41:48 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild: + Fix slot-deps on gnome libs *xfce4-xkb-plugin-0.5.3.3_p20110308 (08 Mar 2011) diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild index b4a0ceb678c7..8df31e89735a 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild,v 1.2 2011/03/17 15:30:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3_p20110308.ebuild,v 1.3 2011/03/21 22:41:48 nirbheek Exp $ EAPI=3 EAUTORECONF=yes @@ -20,11 +20,11 @@ RDEPEND=">=xfce-base/libxfce4ui-4.8 >=xfce-base/xfce4-panel-4.8 x11-libs/gtk+:2 >=x11-libs/libxklavier-5 - >=x11-libs/libwnck-2.12" + >=x11-libs/libwnck-2.12:1" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig - >=gnome-base/librsvg-2.18 + >=gnome-base/librsvg-2.18:2 x11-proto/kbproto" pkg_setup() { |