diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-16 11:29:57 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-16 11:30:48 +0100 |
commit | 682b0e235719a58d51bb00ca093b044050275001 (patch) | |
tree | 1e20babebeb84fb18869f648cc39cac967284589 /dev-games | |
parent | dev-lisp/asdf: Avoids installation of asdf.info (diff) | |
download | gentoo-682b0e235719a58d51bb00ca093b044050275001.tar.gz gentoo-682b0e235719a58d51bb00ca093b044050275001.tar.bz2 gentoo-682b0e235719a58d51bb00ca093b044050275001.zip |
dev-games/cegui: Even depends on dev-libs/boost with USE="-python"
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/cegui/cegui-0.8.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-games/cegui/cegui-0.8.7.ebuild b/dev-games/cegui/cegui-0.8.7.ebuild index 7d4945e8d6cb..b52e9754c147 100644 --- a/dev-games/cegui/cegui-0.8.7.ebuild +++ b/dev-games/cegui/cegui-0.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,6 +24,7 @@ REQUIRED_USE="|| ( expat tinyxml xerces-c xml ) # directfb broken # directfb? ( dev-libs/DirectFB ) RDEPEND=" + dev-libs/boost:= virtual/libiconv bidi? ( dev-libs/fribidi ) devil? ( media-libs/devil ) |