diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 16:35:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 16:35:44 +0000 |
commit | 5809b0a2e499fa9fb86896034bbc04b1b2319b19 (patch) | |
tree | dae4f3f73c657d9168d68e25c94e70c6a920f3a8 /dev-util | |
parent | amd64 stable, bug 494008 (diff) | |
download | gentoo-2-5809b0a2e499fa9fb86896034bbc04b1b2319b19.tar.gz gentoo-2-5809b0a2e499fa9fb86896034bbc04b1b2319b19.tar.bz2 gentoo-2-5809b0a2e499fa9fb86896034bbc04b1b2319b19.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')
-rw-r--r-- | dev-util/kdevplatform/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kdevplatform/kdevplatform-1.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/kdevplatform/ChangeLog b/dev-util/kdevplatform/ChangeLog index fa1d86a36021..88febfb6c912 100644 --- a/dev-util/kdevplatform/ChangeLog +++ b/dev-util/kdevplatform/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kdevplatform -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.84 2013/10/31 17:20:48 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.85 2014/01/19 16:35:44 pacho Exp $ + + 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> kdevplatform-1.5.2.ebuild: + amd64 stable, bug 494008 *kdevplatform-1.5.2 (31 Oct 2013) diff --git a/dev-util/kdevplatform/kdevplatform-1.5.2.ebuild b/dev-util/kdevplatform/kdevplatform-1.5.2.ebuild index f53b9dd1003b..dc41de27be46 100644 --- a/dev-util/kdevplatform/kdevplatform-1.5.2.ebuild +++ b/dev-util/kdevplatform/kdevplatform-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/kdevplatform/kdevplatform-1.5.2.ebuild,v 1.1 2013/10/31 17:20:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.5.2.ebuild,v 1.2 2014/01/19 16:35:44 pacho Exp $ EAPI=5 @@ -21,7 +21,7 @@ SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" if [[ $PV == *9999 ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc ~x86" fi DEPEND=" |