diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-12-26 10:59:06 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-12-26 10:59:06 +0000 |
commit | 6253c5314a64e2f89b96c42d20aec2ab9ac21c68 (patch) | |
tree | e5628771a1d0789d526b225cb2cea782fd5abcb5 /kde-base/blogilo | |
parent | Pin dev-libs/grantlee to SLOT 0. (diff) | |
download | gentoo-2-6253c5314a64e2f89b96c42d20aec2ab9ac21c68.tar.gz gentoo-2-6253c5314a64e2f89b96c42d20aec2ab9ac21c68.tar.bz2 gentoo-2-6253c5314a64e2f89b96c42d20aec2ab9ac21c68.zip |
Pin dev-libs/grantlee to SLOT 0.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/blogilo')
-rw-r--r-- | kde-base/blogilo/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/blogilo/blogilo-4.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/blogilo/ChangeLog b/kde-base/blogilo/ChangeLog index cf9c1b52a9b4..c1eb99e859d8 100644 --- a/kde-base/blogilo/ChangeLog +++ b/kde-base/blogilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/blogilo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/ChangeLog,v 1.190 2014/12/11 15:44:58 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/ChangeLog,v 1.191 2014/12/26 10:59:06 kensington Exp $ + + 26 Dec 2014; Michael Palimaka <kensington@gentoo.org> blogilo-4.12.5.ebuild: + Pin dev-libs/grantlee to SLOT 0. 11 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -blogilo-4.14.2.ebuild: Remove KDE SC 4.14.2 diff --git a/kde-base/blogilo/blogilo-4.12.5.ebuild b/kde-base/blogilo/blogilo-4.12.5.ebuild index 1f9711ae7f8c..5d60fb76836a 100644 --- a/kde-base/blogilo/blogilo-4.12.5.ebuild +++ b/kde-base/blogilo/blogilo-4.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.12.5.ebuild,v 1.5 2014/05/08 07:32:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.12.5.ebuild,v 1.6 2014/12/26 10:59:06 kensington Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" - dev-libs/grantlee + dev-libs/grantlee:0 $(add_kdebase_dep kdepim-common-libs) $(add_kdebase_dep kdepimlibs) " |