summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-04-10 19:21:24 +0000
committerMarkus Meier <maekke@gentoo.org>2008-04-10 19:21:24 +0000
commitdce19da116946e3aef75667f36dc61781711520c (patch)
tree5076f3ac1e26456dbb8f80eef3c31e0e17f780c7 /sys-block/viaideinfo/viaideinfo-0.5.ebuild
parentAdd a blocker to commons-betwixt versions that haven't been updated to work w... (diff)
downloadhistorical-dce19da116946e3aef75667f36dc61781711520c.tar.gz
historical-dce19da116946e3aef75667f36dc61781711520c.tar.bz2
historical-dce19da116946e3aef75667f36dc61781711520c.zip
quotes and x86 stable, bug #192791
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'sys-block/viaideinfo/viaideinfo-0.5.ebuild')
-rw-r--r--sys-block/viaideinfo/viaideinfo-0.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-block/viaideinfo/viaideinfo-0.5.ebuild b/sys-block/viaideinfo/viaideinfo-0.5.ebuild
index 8552c7324721..67f4443aeb47 100644
--- a/sys-block/viaideinfo/viaideinfo-0.5.ebuild
+++ b/sys-block/viaideinfo/viaideinfo-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.2 2007/07/14 23:16:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.5.ebuild,v 1.3 2008/04/10 19:21:24 maekke Exp $
DESCRIPTION="Query VIA IDE controllers for various information"
HOMEPAGE="http://www.reactivated.net/software/viaideinfo"
@@ -8,12 +8,12 @@ SRC_URI="http://www.reactivated.net/software/viaideinfo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=sys-apps/pciutils-2.2.0"
src_install() {
- emake install DESTDIR=${D}
+ emake install DESTDIR="${D}"
dodoc ChangeLog NEWS README THANKS
}