diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-07 23:43:36 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-07 23:43:36 +0000 |
commit | 1900c22905721304d5759d8b958e636c75f4f20a (patch) | |
tree | 65a29dd36f375786a7994a628d628ee0ee3a524b /kde-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-1900c22905721304d5759d8b958e636c75f4f20a.tar.gz gentoo-2-1900c22905721304d5759d8b958e636c75f4f20a.tar.bz2 gentoo-2-1900c22905721304d5759d8b958e636c75f4f20a.zip |
Stable on amd64.
(Portage version: 2.0.53)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kgraphspace/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-misc/kgraphspace/ChangeLog b/kde-misc/kgraphspace/ChangeLog index 651d4017b1e9..87f0d3a3c94a 100644 --- a/kde-misc/kgraphspace/ChangeLog +++ b/kde-misc/kgraphspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kgraphspace -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/ChangeLog,v 1.4 2004/11/23 15:46:33 carlo Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/ChangeLog,v 1.5 2005/12/07 23:43:36 cryos Exp $ + + 07 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> + kgraphspace-0.3.0_pre1.ebuild: + Stable on amd64. 23 Nov 2004; Carsten Lohrke <carlo@gentoo.org> kgraphspace-0.3.0_pre1.ebuild: diff --git a/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild b/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild index e4ceb32d5972..c86d60f9469d 100644 --- a/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild +++ b/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild,v 1.3 2004/11/23 15:46:33 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kgraphspace/kgraphspace-0.3.0_pre1.ebuild,v 1.4 2005/12/07 23:43:36 cryos Exp $ inherit kde eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kgraphspace/${P//_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~sparc" +KEYWORDS="amd64 ~sparc x86" IUSE="" S="$WORKDIR/${P//_/-}" |