diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2015-10-16 12:12:22 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2015-10-16 12:12:22 -0400 |
commit | 8b40b7e1313a94a13dc297ee24a2b323b1d8fe16 (patch) | |
tree | b091563cc1f17a6d5b3fa5655ff753543081a1ac /x11-wm/fvwm | |
parent | x11-wm/pekwm: set proper slot-0 peg and slot operator to libpng and jpeg atoms (diff) | |
download | gentoo-8b40b7e1313a94a13dc297ee24a2b323b1d8fe16.tar.gz gentoo-8b40b7e1313a94a13dc297ee24a2b323b1d8fe16.tar.bz2 gentoo-8b40b7e1313a94a13dc297ee24a2b323b1d8fe16.zip |
x11-wm/fvwm: fix mising slot-0 pegs and slot operators on deps
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.6.5-r1.ebuild (renamed from x11-wm/fvwm/fvwm-2.6.5.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/fvwm/fvwm-2.6.5.ebuild b/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild index 74bc6a53557e..172bafa97c06 100644 --- a/x11-wm/fvwm/fvwm-2.6.5.ebuild +++ b/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,10 +29,10 @@ COMMON_DEPEND=" x11-libs/libXrandr x11-libs/libXrender bidi? ( dev-libs/fribidi ) - png? ( media-libs/libpng ) + png? ( media-libs/libpng:0= ) readline? ( - sys-libs/ncurses - sys-libs/readline + sys-libs/ncurses:0= + sys-libs/readline:0= ) stroke? ( dev-libs/libstroke ) svg? ( gnome-base/librsvg ) |