diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2015-12-03 20:41:08 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-12-06 20:20:59 +1100 |
commit | 4f8bb6e3d7aa1ea37abe11b9d25b30b4aaef0ce5 (patch) | |
tree | 4d68a92a6c30f5bf2ffb652c97bf71b3d466f3d5 /kde-apps | |
parent | dev-db/mysql-workbench: fix bug 567234 (diff) | |
download | gentoo-4f8bb6e3d7aa1ea37abe11b9d25b30b4aaef0ce5.tar.gz gentoo-4f8bb6e3d7aa1ea37abe11b9d25b30b4aaef0ce5.tar.bz2 gentoo-4f8bb6e3d7aa1ea37abe11b9d25b30b4aaef0ce5.zip |
kde-apps/konsole: Fix blocker, bug 567472
Package-Manager: portage-2.2.26
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/konsole/konsole-15.08.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-apps/konsole/konsole-15.08.3.ebuild b/kde-apps/konsole/konsole-15.08.3.ebuild index f4de92e8aa70..b73cd81ec889 100644 --- a/kde-apps/konsole/konsole-15.08.3.ebuild +++ b/kde-apps/konsole/konsole-15.08.3.ebuild @@ -48,7 +48,8 @@ DEPEND=" X? ( x11-libs/libX11 ) " RDEPEND="${DEPEND} - !kde-apps/konsole:4[-minimal(-),handbook] + !kde-apps/konsole:4[handbook] + !kde-apps/konsole:4[-minimal(-)] " src_configure() { |