diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-29 13:37:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-29 13:37:09 +0000 |
commit | 45874eb6c20c898d18edd214182b18ec9e4be80e (patch) | |
tree | cfef69a7ed72c520211f8df720785153fd71e187 | |
parent | Sparc stable, security bug #256633. (diff) | |
download | gentoo-2-45874eb6c20c898d18edd214182b18ec9e4be80e.tar.gz gentoo-2-45874eb6c20c898d18edd214182b18ec9e4be80e.tar.bz2 gentoo-2-45874eb6c20c898d18edd214182b18ec9e4be80e.zip |
Ease deps a bit, dont be so strict :]
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r-- | sci-mathematics/rkward/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/rkward/rkward-0.5.0b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog index 34bb3863ce26..09c20bb6ce0f 100644 --- a/sci-mathematics/rkward/ChangeLog +++ b/sci-mathematics/rkward/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/rkward # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.14 2009/01/15 16:52:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.15 2009/01/29 13:37:09 scarabeus Exp $ + + 29 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org> rkward-0.5.0b.ebuild: + Update deps correctly (dont be so strict). 15 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> rkward-0.5.0b.ebuild: Fixed a missing header, thanks to Markos Chandras, closing bug #252580 diff --git a/sci-mathematics/rkward/rkward-0.5.0b.ebuild b/sci-mathematics/rkward/rkward-0.5.0b.ebuild index aa77f541bbce..ffc7385dd1e1 100644 --- a/sci-mathematics/rkward/rkward-0.5.0b.ebuild +++ b/sci-mathematics/rkward/rkward-0.5.0b.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0b.ebuild,v 1.2 2009/01/15 16:52:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0b.ebuild,v 1.3 2009/01/29 13:37:09 scarabeus Exp $ EAPI="2" -NEED_KDE="4.1" +KDE_MINIMAL="4.1" inherit kde4-base DESCRIPTION="An IDE/GUI for the R-project" |