diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 16:36:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 16:36:17 +0000 |
commit | 7246f86ed387cf68c3e022a8a74c1049d2879627 (patch) | |
tree | 2bc4fcf39d1cb2bd1d4c548f276416221c446bd6 /dev-util | |
parent | amd64 stable, bug 494008 (diff) | |
download | gentoo-2-7246f86ed387cf68c3e022a8a74c1049d2879627.tar.gz gentoo-2-7246f86ed387cf68c3e022a8a74c1049d2879627.tar.bz2 gentoo-2-7246f86ed387cf68c3e022a8a74c1049d2879627.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/kdevelop-php-docs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kdevelop-php-docs/kdevelop-php-docs-1.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/kdevelop-php-docs/ChangeLog b/dev-util/kdevelop-php-docs/ChangeLog index 52ba622ae782..783e557e5630 100644 --- a/dev-util/kdevelop-php-docs/ChangeLog +++ b/dev-util/kdevelop-php-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kdevelop-php-docs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php-docs/ChangeLog,v 1.40 2013/10/31 17:36:43 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php-docs/ChangeLog,v 1.41 2014/01/19 16:36:17 pacho Exp $ + + 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> kdevelop-php-docs-1.5.2.ebuild: + amd64 stable, bug 494008 *kdevelop-php-docs-1.5.2 (31 Oct 2013) diff --git a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.5.2.ebuild b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.5.2.ebuild index d3a729d4e2f2..46dbae4d6365 100644 --- a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.5.2.ebuild +++ b/dev-util/kdevelop-php-docs/kdevelop-php-docs-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-php-docs/kdevelop-php-docs-1.5.2.ebuild,v 1.1 2013/10/31 17:36:43 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.5.2.ebuild,v 1.2 2014/01/19 16:36:17 pacho Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" if [[ $PV == *9999* ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi RDEPEND=" |