diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-07-21 21:15:03 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-07-21 21:15:03 +0000 |
commit | e9928d0b07bf8dc5ed0de1d2f54b74461f4a53ca (patch) | |
tree | 9b1231d56a986025b1fcfb3caca409668109e433 /sys-apps/thinkpad | |
parent | added ppc to keywords (diff) | |
download | historical-e9928d0b07bf8dc5ed0de1d2f54b74461f4a53ca.tar.gz historical-e9928d0b07bf8dc5ed0de1d2f54b74461f4a53ca.tar.bz2 historical-e9928d0b07bf8dc5ed0de1d2f54b74461f4a53ca.zip |
added -ppc to keywords
Diffstat (limited to 'sys-apps/thinkpad')
-rw-r--r-- | sys-apps/thinkpad/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/thinkpad/thinkpad-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/thinkpad/ChangeLog b/sys-apps/thinkpad/ChangeLog index cf5ccfdef277..c7a779f61945 100644 --- a/sys-apps/thinkpad/ChangeLog +++ b/sys-apps/thinkpad/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/thinkpad # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/ChangeLog,v 1.2 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/ChangeLog,v 1.3 2002/07/21 21:10:38 gerk Exp $ *thinkpad-3.2 (25 April 2002) + 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: + updated keywords (-ppc) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> thinkpad-3.2.ebuild : Added LICENSE, KEYWORDS, SLOT. diff --git a/sys-apps/thinkpad/thinkpad-3.2.ebuild b/sys-apps/thinkpad/thinkpad-3.2.ebuild index e95888854379..cf8f1ae5a9ac 100644 --- a/sys-apps/thinkpad/thinkpad-3.2.ebuild +++ b/sys-apps/thinkpad/thinkpad-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-3.2.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-3.2.ebuild,v 1.5 2002/07/21 21:10:38 gerk Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -9,7 +9,7 @@ KV="" DESCRIPTION="Thinkpad system control kernel modules" SRC_URI="mirror://sourceforge/tpctl/${MYP}.tar.gz" HOMEPAGE="http://tpctl.sourceforge.net/tpctlhome.htm" -KEYWORDS="x86" +KEYWORDS="x86 -ppc" SLOT="0" LICENSE="GPL-2" |