diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-11 15:50:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-11 15:50:39 +0000 |
commit | aa45dbac73c8093028eeb64ef02f49613dad7fda (patch) | |
tree | fb19b077bee5cbef7c88de6a36a6c8a939eabc00 /media-gfx/kcoloredit | |
parent | Stable for amd64, wrt bug #472986 (diff) | |
download | gentoo-2-aa45dbac73c8093028eeb64ef02f49613dad7fda.tar.gz gentoo-2-aa45dbac73c8093028eeb64ef02f49613dad7fda.tar.bz2 gentoo-2-aa45dbac73c8093028eeb64ef02f49613dad7fda.zip |
Stable for amd64, wrt bug #472986
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-gfx/kcoloredit')
-rw-r--r-- | media-gfx/kcoloredit/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-gfx/kcoloredit/ChangeLog b/media-gfx/kcoloredit/ChangeLog index 12c50d36707d..4a33ee304c7d 100644 --- a/media-gfx/kcoloredit/ChangeLog +++ b/media-gfx/kcoloredit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/kcoloredit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kcoloredit/ChangeLog,v 1.5 2011/10/29 00:03:16 abcd Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kcoloredit/ChangeLog,v 1.6 2013/06/11 15:50:39 ago Exp $ + + 11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> kcoloredit-2.0.0.ebuild: + Stable for amd64, wrt bug #472986 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> kcoloredit-2.0.0.ebuild: Bump to EAPI=4; set KDE_HANDBOOK @@ -22,4 +25,3 @@ 21 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> +kcoloredit-2.0.0.ebuild: Initial commit. - diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild index 2cd4a5cfbabd..00e3de4de72f 100644 --- a/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild +++ b/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild,v 1.5 2011/10/29 00:03:16 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kcoloredit/kcoloredit-2.0.0.ebuild,v 1.6 2013/06/11 15:50:39 ago Exp $ EAPI=4 @@ -20,7 +20,7 @@ SRC_URI="mirror://kde/stable/${KDE_VERSION}/src/extragear/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug" S=${WORKDIR}/${MY_P} |