diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-22 16:36:11 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-22 16:36:11 +0000 |
commit | 5d4d17603ae301a8a27fe6524cb5fc02b343bedd (patch) | |
tree | e863e200cf168916660f9d3ef53968ca3a33f761 /dev-util/kscope | |
parent | Use die properly; Use newconfd/newinitd for #174266; Properly quote variables... (diff) | |
download | gentoo-2-5d4d17603ae301a8a27fe6524cb5fc02b343bedd.tar.gz gentoo-2-5d4d17603ae301a8a27fe6524cb5fc02b343bedd.tar.bz2 gentoo-2-5d4d17603ae301a8a27fe6524cb5fc02b343bedd.zip |
ppc stable, bug #175386
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 74c63a4d7cc9..299ebaf741b3 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.32 2007/04/22 15:42:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.33 2007/04/22 16:36:11 dertobi123 Exp $ + + 22 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> kscope-1.4.2.ebuild: + ppc stable, bug #175386 22 Apr 2007; Raúl Porcel <armin76@gentoo.org> kscope-1.4.2.ebuild: x86 stable wrt #175386 diff --git a/dev-util/kscope/kscope-1.4.2.ebuild b/dev-util/kscope/kscope-1.4.2.ebuild index 6708889aa821..e8d957c926df 100644 --- a/dev-util/kscope/kscope-1.4.2.ebuild +++ b/dev-util/kscope/kscope-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.4.2.ebuild,v 1.3 2007/04/22 15:42:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.4.2.ebuild,v 1.4 2007/04/22 16:36:11 dertobi123 Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND="|| ( kde-base/kate kde-base/kdebase )" |