diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-12-19 17:48:32 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-12-19 17:48:32 +0000 |
commit | 6ad2e0cf67e96fe664d23a847fba6975a7786702 (patch) | |
tree | 9e054d353cc8ab6b8f205b7349d3a09074b69c35 /sys-block | |
parent | Version bump. (diff) | |
download | gentoo-2-6ad2e0cf67e96fe664d23a847fba6975a7786702.tar.gz gentoo-2-6ad2e0cf67e96fe664d23a847fba6975a7786702.tar.bz2 gentoo-2-6ad2e0cf67e96fe664d23a847fba6975a7786702.zip |
Stable for AMD64 too.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/viaideinfo/ChangeLog | 9 | ||||
-rw-r--r-- | sys-block/viaideinfo/viaideinfo-0.5.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-block/viaideinfo/ChangeLog b/sys-block/viaideinfo/ChangeLog index bd345bfb118d..751db6151ab5 100644 --- a/sys-block/viaideinfo/ChangeLog +++ b/sys-block/viaideinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/viaideinfo -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.11 2008/11/01 17:54:36 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.12 2012/12/19 17:48:32 jer Exp $ + + 19 Dec 2012; Jeroen Roovers <jer@gentoo.org> viaideinfo-0.5.ebuild: + Stable for AMD64 too. 01 Nov 2008; Jeroen Roovers <jer@gentoo.org> -viaideinfo-0.4.ebuild: Remove old. @@ -17,7 +20,7 @@ *viaideinfo-0.5 (28 Jan 2007) 28 Jan 2007; Daniel Drake <dsd@gentoo.org> +viaideinfo-0.5.ebuild: - verison bump: new device support, pciutils link fix + version bump: new device support, pciutils link fix 03 Dec 2006; Steve Dibb <beandog@gentoo.org> viaideinfo-0.4.ebuild: Add ~amd64, bug 144857 diff --git a/sys-block/viaideinfo/viaideinfo-0.5.ebuild b/sys-block/viaideinfo/viaideinfo-0.5.ebuild index 67f4443aeb47..54e355d719ec 100644 --- a/sys-block/viaideinfo/viaideinfo-0.5.ebuild +++ b/sys-block/viaideinfo/viaideinfo-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.5.ebuild,v 1.3 2008/04/10 19:21:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.5.ebuild,v 1.4 2012/12/19 17:48:32 jer 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="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=sys-apps/pciutils-2.2.0" |