diff options
author | 2006-01-12 00:48:53 +0000 | |
---|---|---|
committer | 2006-01-12 00:48:53 +0000 | |
commit | f3162142fc00c1a964316449a5fc710a27de8612 (patch) | |
tree | 5c3c23cb7bb4672cd4c02ece61e77c7d2af34559 /app-laptop/tpctl | |
parent | Modular-X fixes for DEPEND. font eclass handles this correctly. Fix rm to alw... (diff) | |
download | gentoo-2-f3162142fc00c1a964316449a5fc710a27de8612.tar.gz gentoo-2-f3162142fc00c1a964316449a5fc710a27de8612.tar.bz2 gentoo-2-f3162142fc00c1a964316449a5fc710a27de8612.zip |
Drop amd64 keyword, there are no amd64 ThinkPad for now.
(Portage version: 2529-svn)
Diffstat (limited to 'app-laptop/tpctl')
-rw-r--r-- | app-laptop/tpctl/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.4-r1.ebuild | 6 | ||||
-rw-r--r-- | app-laptop/tpctl/tpctl-4.8.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-laptop/tpctl/ChangeLog b/app-laptop/tpctl/ChangeLog index 2f26bc727c28..f251a029eaa2 100644 --- a/app-laptop/tpctl/ChangeLog +++ b/app-laptop/tpctl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/tpctl -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/ChangeLog,v 1.10 2005/08/30 01:18:17 robbat2 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/ChangeLog,v 1.11 2006/01/12 00:48:53 flameeyes Exp $ + + 12 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> tpctl-4.4-r1.ebuild, + tpctl-4.8.ebuild: + Drop amd64 keyword, there are no amd64 ThinkPad for now. 30 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> tpctl-4.16.ebuild: Stable on x86. diff --git a/app-laptop/tpctl/tpctl-4.4-r1.ebuild b/app-laptop/tpctl/tpctl-4.4-r1.ebuild index 6e9e91c78393..674fb6c591bb 100644 --- a/app-laptop/tpctl/tpctl-4.4-r1.ebuild +++ b/app-laptop/tpctl/tpctl-4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.4 2005/01/01 14:49:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.5 2006/01/12 00:48:53 flameeyes Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tpctl/${MYP}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* x86" IUSE="ncurses tpctlir perl" DEPEND=">=app-laptop/thinkpad-4.3 diff --git a/app-laptop/tpctl/tpctl-4.8.ebuild b/app-laptop/tpctl/tpctl-4.8.ebuild index 6988a4e71abe..2ec2d9940370 100644 --- a/app-laptop/tpctl/tpctl-4.8.ebuild +++ b/app-laptop/tpctl/tpctl-4.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.8 2005/03/31 20:45:23 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.9 2006/01/12 00:48:53 flameeyes Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tpctl/${MYP}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* x86" IUSE="ncurses tpctlir perl" DEPEND=">=app-laptop/thinkpad-4.8 |