diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-15 07:11:33 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-15 07:11:33 +0000 |
commit | 6cec4ea7e32312efe543b2e6da054e58bd4ddcdd (patch) | |
tree | 1b2669ef8984d78d718d1fb288a5f89900ba4a4a /app-sci/kunit | |
parent | set ~ppc in keywords (diff) | |
download | historical-6cec4ea7e32312efe543b2e6da054e58bd4ddcdd.tar.gz historical-6cec4ea7e32312efe543b2e6da054e58bd4ddcdd.tar.bz2 historical-6cec4ea7e32312efe543b2e6da054e58bd4ddcdd.zip |
added ppc to keywords
Diffstat (limited to 'app-sci/kunit')
-rw-r--r-- | app-sci/kunit/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/kunit/kunit-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/kunit/ChangeLog b/app-sci/kunit/ChangeLog index 4be1a9c68269..e73000a4f44c 100644 --- a/app-sci/kunit/ChangeLog +++ b/app-sci/kunit/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for app-sci/kunit # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kunit/ChangeLog,v 1.2 2003/02/12 05:17:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kunit/ChangeLog,v 1.3 2003/02/15 07:11:33 gerk Exp $ *kunit-0.5 (22 Nov 2002) + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> kunit-0.5.ebuild : + set ppc in keywords + 22 Nov 2002; Mike Frysinger <vapier@gentoo.org> : Initial import. Ebuild submitted by Dylan Carlson <bsinthe@pobox.com>. diff --git a/app-sci/kunit/kunit-0.5.ebuild b/app-sci/kunit/kunit-0.5.ebuild index dc4f73556238..f29ff81e37cf 100644 --- a/app-sci/kunit/kunit-0.5.ebuild +++ b/app-sci/kunit/kunit-0.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kunit/kunit-0.5.ebuild,v 1.2 2003/02/13 09:23:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kunit/kunit-0.5.ebuild,v 1.3 2003/02/15 07:11:33 gerk Exp $ DESCRIPTION="An excellent qt-based unit conversion tool" SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" HOMEPAGE="http://www.netmeister.org/apps/kunit/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" |