diff options
author | Jason Wever <weeve@gentoo.org> | 2004-06-06 15:38:19 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-06-06 15:38:19 +0000 |
commit | 97142cc7050e31b15b29a6fb58c7c9eb0b394323 (patch) | |
tree | f1ccc99e932d8a36a818fcc5a1f9ce7738f0e584 /app-arch | |
parent | QA - IUSE fix (Manifest recommit) (diff) | |
download | gentoo-2-97142cc7050e31b15b29a6fb58c7c9eb0b394323.tar.gz gentoo-2-97142cc7050e31b15b29a6fb58c7c9eb0b394323.tar.bz2 gentoo-2-97142cc7050e31b15b29a6fb58c7c9eb0b394323.zip |
Stable on sparc.
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/karchiver/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/karchiver/karchiver-3.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/karchiver/ChangeLog b/app-arch/karchiver/ChangeLog index a5accec3dace..101cc8cdc2b1 100644 --- a/app-arch/karchiver/ChangeLog +++ b/app-arch/karchiver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/karchiver # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/ChangeLog,v 1.11 2004/04/29 20:22:58 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/ChangeLog,v 1.12 2004/06/06 15:38:19 weeve Exp $ + + 06 Jun 2004; Jason Wever <weeve@gentoo.org> karchiver-3.0.8.ebuild: + Stable on sparc. *karchiver-3.0.10 (29 Apr 2004) diff --git a/app-arch/karchiver/karchiver-3.0.8.ebuild b/app-arch/karchiver/karchiver-3.0.8.ebuild index 94dcd8e724ed..23bee104a3b7 100644 --- a/app-arch/karchiver/karchiver-3.0.8.ebuild +++ b/app-arch/karchiver/karchiver-3.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.8.ebuild,v 1.2 2004/04/29 19:39:13 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.8.ebuild,v 1.3 2004/06/06 15:38:19 weeve Exp $ inherit kde need-kde 3.1 @@ -12,5 +12,5 @@ SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc sparc" |