diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-07-03 22:18:45 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-07-03 22:18:45 +0000 |
commit | b61c8064084708d926c6f864b07e46bae4657583 (patch) | |
tree | c5789978687e4eca9392f7f0fdf52dd4a3ee16e9 /games-kids/cubetest/cubetest-0.9.0.ebuild | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-b61c8064084708d926c6f864b07e46bae4657583.tar.gz gentoo-2-b61c8064084708d926c6f864b07e46bae4657583.tar.bz2 gentoo-2-b61c8064084708d926c6f864b07e46bae4657583.zip |
QA: need-kde after R/DEPEND
Diffstat (limited to 'games-kids/cubetest/cubetest-0.9.0.ebuild')
-rw-r--r-- | games-kids/cubetest/cubetest-0.9.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-kids/cubetest/cubetest-0.9.0.ebuild b/games-kids/cubetest/cubetest-0.9.0.ebuild index 4e5c26e1c1e2..c173c5c8a043 100644 --- a/games-kids/cubetest/cubetest-0.9.0.ebuild +++ b/games-kids/cubetest/cubetest-0.9.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.0.ebuild,v 1.4 2004/06/24 22:51:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.0.ebuild,v 1.5 2004/07/03 22:17:08 carlo Exp $ inherit kde -need-kde 3 DESCRIPTION="A program to train your spatial insight" HOMEPAGE="http://www.vandenoever.info/software/cubetest/" @@ -16,8 +15,8 @@ IUSE="" export DO_NOT_COMPILE="fun" -DEPEND="${DEPEND} - >=sys-apps/sed-4" +DEPEND=">=sys-apps/sed-4" +need-kde 3 src_unpack() { unpack ${A} |