diff options
Diffstat (limited to 'kde-base/umbrello/umbrello-4.0.1.ebuild')
-rw-r--r-- | kde-base/umbrello/umbrello-4.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/umbrello/umbrello-4.0.1.ebuild b/kde-base/umbrello/umbrello-4.0.1.ebuild index f997309d1670..9900fab8a394 100644 --- a/kde-base/umbrello/umbrello-4.0.1.ebuild +++ b/kde-base/umbrello/umbrello-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/umbrello-4.0.1.ebuild,v 1.1 2008/02/07 00:10:46 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/umbrello-4.0.1.ebuild,v 1.2 2008/02/23 17:47:01 ingmar Exp $ EAPI="1" @@ -13,5 +13,5 @@ IUSE="debug htmlhandbook" COMMONDEPEND="dev-libs/libxml2 dev-libs/libxslt" -DEPEND="${DEPEND} ${COMMONDEPEND}" -RDEPEND="${RDEPEND} ${COMMONDEPEND}" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" |