diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-23 17:36:42 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-23 17:36:42 +0000 |
commit | a54100ed6c71f63445215acd36eaf1d1519305bc (patch) | |
tree | 21c23462fe9dbf4e60b069ae262029ca618a595e /kde-base/kcalc | |
parent | Remove traces of monolithic KDE 4. (diff) | |
download | gentoo-2-a54100ed6c71f63445215acd36eaf1d1519305bc.tar.gz gentoo-2-a54100ed6c71f63445215acd36eaf1d1519305bc.tar.bz2 gentoo-2-a54100ed6c71f63445215acd36eaf1d1519305bc.zip |
Remove traces of monolithic KDE 4.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.0.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 5bd647fec309..082aeaa4864d 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.80 2008/02/20 22:39:16 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.81 2008/02/23 17:36:42 ingmar Exp $ + + 23 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kcalc-4.0.1.ebuild: + Remove traces of monolithic KDE 4. *kcalc-3.5.9 (20 Feb 2008) diff --git a/kde-base/kcalc/kcalc-4.0.1.ebuild b/kde-base/kcalc/kcalc-4.0.1.ebuild index ba9d8c07f2d8..dfb7cab16203 100644 --- a/kde-base/kcalc/kcalc-4.0.1.ebuild +++ b/kde-base/kcalc/kcalc-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/kcalc/kcalc-4.0.1.ebuild,v 1.1 2008/02/07 00:11:19 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.0.1.ebuild,v 1.2 2008/02/23 17:36:42 ingmar Exp $ EAPI="1" @@ -11,9 +11,8 @@ DESCRIPTION="KDE calculator" KEYWORDS="~amd64 ~x86" IUSE="debug htmlhandbook test" -COMMONDEPEND="dev-libs/gmp" -DEPEND="${DEPEND} ${COMMONDEPEND}" -RDEPEND="${RDEPEND} ${COMMONDEPEND}" +DEPEND="dev-libs/gmp" +RDEPEND="${DEPEND}" src_test() { pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null |