diff options
author | 2011-07-31 20:39:04 +0000 | |
---|---|---|
committer | 2011-07-31 20:39:04 +0000 | |
commit | 5acc60a3e4f7a35318d71cebfbdc55f4c67a7066 (patch) | |
tree | 4acd5f3c4d9c7a48417f9a33b9ed9eb3bc2c0eaf /kde-base | |
parent | Boost is only DEPEND, bug 368787 (diff) | |
download | gentoo-2-5acc60a3e4f7a35318d71cebfbdc55f4c67a7066.tar.gz gentoo-2-5acc60a3e4f7a35318d71cebfbdc55f4c67a7066.tar.bz2 gentoo-2-5acc60a3e4f7a35318d71cebfbdc55f4c67a7066.zip |
Boost is only DEPEND, bug 368787
(Portage version: 2.1.10.8/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/umbrello/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/umbrello/umbrello-4.7.0.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/umbrello/ChangeLog b/kde-base/umbrello/ChangeLog index 4f69d37b65e8..9216d678a9d0 100644 --- a/kde-base/umbrello/ChangeLog +++ b/kde-base/umbrello/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/umbrello # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/ChangeLog,v 1.176 2011/07/27 14:04:42 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/ChangeLog,v 1.177 2011/07/31 20:39:04 dilfridge Exp $ + + 31 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org> umbrello-4.7.0.ebuild: + Boost is only DEPEND, bug 368787 *umbrello-4.7.0 (27 Jul 2011) diff --git a/kde-base/umbrello/umbrello-4.7.0.ebuild b/kde-base/umbrello/umbrello-4.7.0.ebuild index 21b4ad98781e..d10f6841fcee 100644 --- a/kde-base/umbrello/umbrello-4.7.0.ebuild +++ b/kde-base/umbrello/umbrello-4.7.0.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/kde-base/umbrello/umbrello-4.7.0.ebuild,v 1.1 2011/07/27 14:04:42 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/umbrello-4.7.0.ebuild,v 1.2 2011/07/31 20:39:04 dilfridge Exp $ EAPI=4 @@ -13,9 +13,10 @@ DESCRIPTION="KDE UML Modeller" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" -DEPEND=" - dev-libs/boost +RDEPEND=" dev-libs/libxml2 dev-libs/libxslt " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-libs/boost +" |