summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-01-19 16:36:33 +0000
committerPacho Ramos <pacho@gentoo.org>2014-01-19 16:36:33 +0000
commit3d9103d37d792910a63fa2eb13fd24009c415933 (patch)
treefec6a663bec88379014f8df3fd402a77edacb183 /dev-util/kdevelop-python
parentamd64 stable, bug 494008 (diff)
downloadgentoo-2-3d9103d37d792910a63fa2eb13fd24009c415933.tar.gz
gentoo-2-3d9103d37d792910a63fa2eb13fd24009c415933.tar.bz2
gentoo-2-3d9103d37d792910a63fa2eb13fd24009c415933.zip
amd64 stable, bug 494008
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/kdevelop-python')
-rw-r--r--dev-util/kdevelop-python/ChangeLog7
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/kdevelop-python/ChangeLog b/dev-util/kdevelop-python/ChangeLog
index 8fce4019e90d..daeced0c8cc5 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.5 2013/10/30 16:03:50 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.6 2014/01/19 16:36:33 pacho Exp $
+
+ 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> kdevelop-python-1.5.2.ebuild:
+ amd64 stable, bug 494008
*kdevelop-python-1.5.2 (30 Oct 2013)
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild
index f77c527d8d18..2e0e2c6deabb 100644
--- a/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.5.2.ebuild,v 1.1 2013/10/30 16:03:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild,v 1.2 2014/01/19 16:36:33 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@ MY_P="${MY_PN}-${MY_PV}"
if [[ $PV != *9999* ]]; then
SRC_URI="mirror://kde/stable/kdevelop/${MY_PN}/${PV}/src/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S=${WORKDIR}/${MY_P}
else
EGIT_REPO_URI="git://anongit.kde.org/kdev-python.git"