diff options
Diffstat (limited to 'app-emulation/xen/xen-4.3.3-r2.ebuild')
-rw-r--r-- | app-emulation/xen/xen-4.3.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.3.3-r2.ebuild b/app-emulation/xen/xen-4.3.3-r2.ebuild index fde91823087a..1740eb8a662d 100644 --- a/app-emulation/xen/xen-4.3.3-r2.ebuild +++ b/app-emulation/xen/xen-4.3.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r2.ebuild,v 1.1 2014/11/26 03:29:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r2.ebuild,v 1.2 2014/11/26 13:53:12 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then live_eclass="mercurial" else # Set to match entry in stable 4.3.1-r1, Bug 493944 - KEYWORDS="~amd64 -x86" + KEYWORDS="amd64 -x86" UPSTREAM_VER=1 GENTOO_VER= |