diff options
author | 2013-10-02 05:27:45 +0000 | |
---|---|---|
committer | 2013-10-02 05:27:45 +0000 | |
commit | 08cf02983a914cfba79ce6518a9133491e67bdaa (patch) | |
tree | 1c39603fe2170a10a570bbf93b089db230c1201d /kde-base | |
parent | Version bump. (diff) | |
download | gentoo-2-08cf02983a914cfba79ce6518a9133491e67bdaa.tar.gz gentoo-2-08cf02983a914cfba79ce6518a9133491e67bdaa.tar.bz2 gentoo-2-08cf02983a914cfba79ce6518a9133491e67bdaa.zip |
Add analitza[opengl?] dep wrt bug 485876
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kalgebra/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kalgebra/kalgebra-4.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog index 487cab425b4d..f7e6a1b3f142 100644 --- a/kde-base/kalgebra/ChangeLog +++ b/kde-base/kalgebra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kalgebra # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.192 2013/09/03 19:49:50 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.193 2013/10/02 05:27:45 creffett Exp $ + + 02 Oct 2013; Chris Reffett <creffett@gentoo.org> kalgebra-4.11.1.ebuild: + Add analitza[opengl?] dep wrt bug 485876 03 Sep 2013; Chris Reffett <creffett@gentoo.org> -kalgebra-4.11.0.ebuild: Drop KDE 4.11.0 diff --git a/kde-base/kalgebra/kalgebra-4.11.1.ebuild b/kde-base/kalgebra/kalgebra-4.11.1.ebuild index 7f725e5f9922..8f47c406efd8 100644 --- a/kde-base/kalgebra/kalgebra-4.11.1.ebuild +++ b/kde-base/kalgebra/kalgebra-4.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.11.1.ebuild,v 1.1 2013/09/03 19:04:48 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.11.1.ebuild,v 1.2 2013/10/02 05:27:45 creffett Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" - $(add_kdebase_dep analitza) + $(add_kdebase_dep analitza opengl?) $(add_kdebase_dep libkdeedu) opengl? ( virtual/glu ) " |