diff options
Diffstat (limited to 'kde-base/kdepasswd/kdepasswd-3.5.3.ebuild')
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-3.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild b/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild index 7c6bd5bdbb96..cc0fb93ce200 100644 --- a/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild +++ b/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild,v 1.1 2006/06/01 17:58:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild,v 1.2 2006/09/25 23:57:08 deathwing00 Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -11,9 +11,9 @@ DESCRIPTION="KDE GUI for passwd" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)" -DEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkonq)" +RDEPEND="${DEPEND}" KMCOPYLIB="libkonq libkonq" KMNODOCS=true |