summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-08-06 11:47:44 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-08-06 11:47:44 +0000
commita01fae5121c9322b97e013285cd3b80413e60a47 (patch)
treea65aa910e2dfd2bf4e6e777207c79b3c79ff62f8 /dev-util
parentStable for amd64, wrt bug #533386 (diff)
downloadgentoo-2-a01fae5121c9322b97e013285cd3b80413e60a47.tar.gz
gentoo-2-a01fae5121c9322b97e013285cd3b80413e60a47.tar.bz2
gentoo-2-a01fae5121c9322b97e013285cd3b80413e60a47.zip
Stable for amd64, wrt bug #533386
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/kdevelop-python/ChangeLog5
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/kdevelop-python/ChangeLog b/dev-util/kdevelop-python/ChangeLog
index 384fc0c0f96b..5404ffb90d39 100644
--- a/dev-util/kdevelop-python/ChangeLog
+++ b/dev-util/kdevelop-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kdevelop-python
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.13 2015/07/25 16:13:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.14 2015/08/06 11:47:44 ago Exp $
+
+ 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> kdevelop-python-1.7.1.ebuild:
+ Stable for amd64, wrt bug #533386
25 Jul 2015; Michał Górny <mgorny@gentoo.org> kdevelop-python-1.5.2.ebuild,
kdevelop-python-1.6.0.ebuild, kdevelop-python-1.7.1.ebuild:
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild
index af699e71daf8..05fe7dc0722e 100644
--- a/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild,v 1.2 2015/07/25 16:13:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild,v 1.3 2015/08/06 11:47:44 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@ inherit kde4-base python-any-r1
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S=${WORKDIR}/${MY_P}
fi