diff options
author | Alex Howells <astinus@gentoo.org> | 2005-12-21 08:34:02 +0000 |
---|---|---|
committer | Alex Howells <astinus@gentoo.org> | 2005-12-21 08:34:02 +0000 |
commit | 2bae8e52d845ae61157799b23e1389f6a3330d6f (patch) | |
tree | 8d39b9f5ff825cf3db4552969be8da79cb99f098 /app-emulation/xen | |
parent | Adding postinst message (diff) | |
download | historical-2bae8e52d845ae61157799b23e1389f6a3330d6f.tar.gz historical-2bae8e52d845ae61157799b23e1389f6a3330d6f.tar.bz2 historical-2bae8e52d845ae61157799b23e1389f6a3330d6f.zip |
Marking as ~amd64, works pretty good for me!
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/Manifest | 16 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.0-r1.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 2fbeccf2481e..b6c85f49b5e3 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.19 2005/12/08 12:55:33 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.20 2005/12/21 08:34:02 astinus Exp $ + + 21 Dec 2005; Alex Howells <astinus@gentoo.org> xen-3.0.0-r1.ebuild: + Keyword ~amd64 added, works fine for me! 08 Dec 2005; <chrb@gentoo.org> xen-3.0.0-r1.ebuild: rename cflags -> custom-cflags (like mplayer, grub..) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index aa70a8e918c3..2b5863e8458e 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,10 +1,10 @@ -MD5 e593104409de0b5b7246b6858ba0beb5 xen-3.0.0-r1.ebuild 2944 -MD5 b25e5ad259e28bab5d8d3b4c0a62d278 xen-2.0.7.ebuild 2853 -MD5 ade183f42a66d72135ca08e1ede546a6 ChangeLog 3345 -MD5 23ec60d5040f966fda250a47d8903428 metadata.xml 252 -MD5 11ef318e35fcfed12931f182fc01955a files/xendomains-conf 180 -MD5 f13640a07af78a60cfb562fa1d2088f3 files/xendomains-init 1659 -MD5 16d372298e94a8eef72c1943b1ed5561 files/xend-conf 347 -MD5 b659e1e802207d647698236ddbc2e7a3 files/xend-init 838 +MD5 d444967da8bf6d24543047b64aa632fb ChangeLog 3462 MD5 6eaea330ed78459069eb5ba608e654dd files/digest-xen-2.0.7 63 MD5 90e5b1c2b898e75ca70fb693f1767d74 files/digest-xen-3.0.0-r1 78 +MD5 16d372298e94a8eef72c1943b1ed5561 files/xend-conf 347 +MD5 b659e1e802207d647698236ddbc2e7a3 files/xend-init 838 +MD5 11ef318e35fcfed12931f182fc01955a files/xendomains-conf 180 +MD5 f13640a07af78a60cfb562fa1d2088f3 files/xendomains-init 1659 +MD5 23ec60d5040f966fda250a47d8903428 metadata.xml 252 +MD5 b25e5ad259e28bab5d8d3b4c0a62d278 xen-2.0.7.ebuild 2853 +MD5 1d5d392a3fefba67964397260f174458 xen-3.0.0-r1.ebuild 2954 diff --git a/app-emulation/xen/xen-3.0.0-r1.ebuild b/app-emulation/xen/xen-3.0.0-r1.ebuild index ea291c15f1ee..8ae5feed3cbc 100644 --- a/app-emulation/xen/xen-3.0.0-r1.ebuild +++ b/app-emulation/xen/xen-3.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0-r1.ebuild,v 1.2 2005/12/08 12:55:33 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0-r1.ebuild,v 1.3 2005/12/21 08:34:02 astinus Exp $ inherit mount-boot flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="doc debug screen custom-cflags" DEPEND="sys-apps/iproute2 |