diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-09-21 13:18:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-09-21 13:18:40 +0000 |
commit | 96bffde4dfee527d6bf5b89e97cde4d4fffddd00 (patch) | |
tree | 3ad8000942204b61d680c712d543a0aa7210ace3 | |
parent | Update SLOT and add a qtsql dependency for 9999 ebuild, proxied commit for Ni... (diff) | |
download | gentoo-2-96bffde4dfee527d6bf5b89e97cde4d4fffddd00.tar.gz gentoo-2-96bffde4dfee527d6bf5b89e97cde4d4fffddd00.tar.bz2 gentoo-2-96bffde4dfee527d6bf5b89e97cde4d4fffddd00.zip |
Fix automagic dep on fribidi (#485562 by Agostino Sarubbo)
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | x11-wm/icewm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.3.7-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog index 8bf396597e2b..718b90c18281 100644 --- a/x11-wm/icewm/ChangeLog +++ b/x11-wm/icewm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/icewm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.151 2013/09/06 21:17:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.152 2013/09/21 13:18:40 pacho Exp $ + + 21 Sep 2013; Pacho Ramos <pacho@gentoo.org> icewm-1.3.7-r1.ebuild: + Fix automagic dep on fribidi (#485562 by Agostino Sarubbo) *icewm-1.3.7-r1 (06 Sep 2013) diff --git a/x11-wm/icewm/icewm-1.3.7-r1.ebuild b/x11-wm/icewm/icewm-1.3.7-r1.ebuild index adcd40ab212d..78c25f07f0e6 100644 --- a/x11-wm/icewm/icewm-1.3.7-r1.ebuild +++ b/x11-wm/icewm/icewm-1.3.7-r1.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/x11-wm/icewm/icewm-1.3.7-r1.ebuild,v 1.1 2013/09/06 21:17:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7-r1.ebuild,v 1.2 2013/09/21 13:18:40 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug gnome minimal nls truetype uclibc xinerama" +IUSE="bidi debug gnome minimal nls truetype uclibc xinerama" REQUIRED_USE="gnome? ( ${PYTHON_REQUIRED_USE} )" # Tests broken in all versions, patches welcome, bug #323907, #389533 @@ -33,6 +33,7 @@ RDEPEND=" x11-libs/libSM x11-libs/libICE xinerama? ( x11-libs/libXinerama ) + bidi? ( dev-libs/fribidi ) gnome? ( ${PYTHON_DEPS} dev-python/pyxdg @@ -96,6 +97,7 @@ src_configure() { --with-libdir=/usr/share/icewm --with-cfgdir=/etc/icewm --with-docdir=/usr/share/doc/${PF}/html + $(use_enable bidi fribidi) $(use_enable debug) $(use_enable gnome menus-gnome2) $(use_enable nls i18n) |