diff options
Diffstat (limited to 'kde-misc/yakuake/yakuake-2.9.8.ebuild')
-rw-r--r-- | kde-misc/yakuake/yakuake-2.9.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-misc/yakuake/yakuake-2.9.8.ebuild b/kde-misc/yakuake/yakuake-2.9.8.ebuild index 4a5538f7cb4c..617be869bcc3 100644 --- a/kde-misc/yakuake/yakuake-2.9.8.ebuild +++ b/kde-misc/yakuake/yakuake-2.9.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.8.ebuild,v 1.1 2011/01/28 04:41:58 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.8.ebuild,v 1.2 2011/01/28 08:09:43 scarabeus Exp $ -EAPI="2" +EAPI=3 KDE_LINGUAS="ca cs da de el en_GB es et fr ga gl hr it ja ko nb nds nl nn pl pt pt_BR ro ru sk sv th tr uk wa zh_CN" @@ -10,13 +10,13 @@ inherit kde4-base DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology" HOMEPAGE="http://yakuake.kde.org/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="4" IUSE="" -DEPEND=">=kde-base/konsole-${KDE_MINIMAL} +DEPEND="$(add_kdebase_dep konsole) sys-devel/gettext" RDEPEND="${DEPEND}" |