diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-03-25 11:40:14 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-03-25 11:40:14 +0000 |
commit | 07880147c34b810c1302ce38133fdef70f781457 (patch) | |
tree | 5206358dd407a2bd157188f499551c6f4238d566 /sys-apps/hotplug | |
parent | Inital import. Basically a form of PyXML-0.8.1 to be used with python2.1 (diff) | |
download | gentoo-2-07880147c34b810c1302ce38133fdef70f781457.tar.gz gentoo-2-07880147c34b810c1302ce38133fdef70f781457.tar.bz2 gentoo-2-07880147c34b810c1302ce38133fdef70f781457.zip |
Added ~hppa to KEYWORDS.
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20020826-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index cbfc84ac1de6..d9d6268b5659 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.12 2003/03/19 05:40:46 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.13 2003/03/25 11:40:14 gmsoft Exp $ *hotplug-20020826-r1 (18 Mar 2003) + 25 Mar 2003; Guy Martin <gmsoft@gentoo.org> hotplug-20020826-r1.ebuild : + Added ~hppa to KEYWORDS. + 18 Mar 2003; Zach Welch <zwelch@gentoo.org> hotplug-20020826-r1.ebuild: fix bug 17799 diff --git a/sys-apps/hotplug/hotplug-20020826-r1.ebuild b/sys-apps/hotplug/hotplug-20020826-r1.ebuild index 746aded9c3ce..64315bb99fd1 100644 --- a/sys-apps/hotplug/hotplug-20020826-r1.ebuild +++ b/sys-apps/hotplug/hotplug-20020826-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020826-r1.ebuild,v 1.1 2003/03/19 05:40:46 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020826-r1.ebuild,v 1.2 2003/03/25 11:40:14 gmsoft Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~hppa" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 DEPEND=">=sys-apps/pciutils-2.1.9 |