diff options
author | 2017-08-20 19:27:13 +0200 | |
---|---|---|
committer | 2017-08-20 19:33:21 +0200 | |
commit | 1aa12bd1e33692b5133366b0e98cd402637d42db (patch) | |
tree | ba805a8cb143a96cd2c5f3b33f9de04153de4976 /app-emulation | |
parent | dev-ruby/facter: x86 stable (bug #587848) (diff) | |
download | gentoo-1aa12bd1e33692b5133366b0e98cd402637d42db.tar.gz gentoo-1aa12bd1e33692b5133366b0e98cd402637d42db.tar.bz2 gentoo-1aa12bd1e33692b5133366b0e98cd402637d42db.zip |
app-emulation/xen-{tools,pvgrub}: x86 stable (bug #624128)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.7.3.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild index 5c611729f9c7..28b054d2bc9b 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.3.ebuild @@ -32,7 +32,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside guest HOMEPAGE="http://xen.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="custom-cflags" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-emulation/xen-tools/xen-tools-4.7.3.ebuild b/app-emulation/xen-tools/xen-tools-4.7.3.ebuild index 9bca6b105ee6..c96a3c7750f6 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.3.ebuild @@ -13,12 +13,11 @@ MAJOR_V="$(get_version_component_range 1-2)" if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="amd64 ~x86" REPO="xen.git" EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" UPSTREAM_VER= SECURITY_VER= # xen-tools's gentoo patches tarball |