diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-12-03 00:34:17 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-12-03 00:34:17 +0000 |
commit | d8eabb03eff3b27a5166d6459d03add36a1e2545 (patch) | |
tree | 647ea03f9520a6f53fb7528301c3ebde976d8b08 /sys-block | |
parent | - this profile is going to die soon due to nobody really running 2.4.x anymor... (diff) | |
download | gentoo-2-d8eabb03eff3b27a5166d6459d03add36a1e2545.tar.gz gentoo-2-d8eabb03eff3b27a5166d6459d03add36a1e2545.tar.bz2 gentoo-2-d8eabb03eff3b27a5166d6459d03add36a1e2545.zip |
Add ~amd64, bug 144857
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/viaideinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/viaideinfo/viaideinfo-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/viaideinfo/ChangeLog b/sys-block/viaideinfo/ChangeLog index d692b3a4754c..9f3a883b0fd7 100644 --- a/sys-block/viaideinfo/ChangeLog +++ b/sys-block/viaideinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/viaideinfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.5 2006/08/15 09:46:57 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.6 2006/12/03 00:34:17 beandog Exp $ + + 03 Dec 2006; Steve Dibb <beandog@gentoo.org> viaideinfo-0.4.ebuild: + Add ~amd64, bug 144857 15 Aug 2006; Daniel Drake <dsd@gentoo.org> viaideinfo-0.4.ebuild: Stable on x86 diff --git a/sys-block/viaideinfo/viaideinfo-0.4.ebuild b/sys-block/viaideinfo/viaideinfo-0.4.ebuild index 37e12eaa13bb..b309f3a200bc 100644 --- a/sys-block/viaideinfo/viaideinfo-0.4.ebuild +++ b/sys-block/viaideinfo/viaideinfo-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.4.ebuild,v 1.2 2006/08/15 09:46:57 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.4.ebuild,v 1.3 2006/12/03 00:34:16 beandog Exp $ DESCRIPTION="Query VIA IDE controllers for various information" HOMEPAGE="http://www.reactivated.net/software/viaideinfo" @@ -8,7 +8,7 @@ SRC_URI="http://www.reactivated.net/software/viaideinfo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND=">=sys-apps/pciutils-2.2.0" |