diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 07:07:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 07:07:08 +0000 |
commit | 524d821dcce3e3e144ce79f5564d84c75ca9c0a5 (patch) | |
tree | 87c5fe4e49a91397c868b4433039c082c237a952 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-524d821dcce3e3e144ce79f5564d84c75ca9c0a5.tar.gz gentoo-2-524d821dcce3e3e144ce79f5564d84c75ca9c0a5.tar.bz2 gentoo-2-524d821dcce3e3e144ce79f5564d84c75ca9c0a5.zip |
Fix inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virt-what/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/virt-what/virt-what-1.11.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/virt-what/ChangeLog b/app-emulation/virt-what/ChangeLog index 780d54a1b35c..ebbc9d46b2bf 100644 --- a/app-emulation/virt-what/ChangeLog +++ b/app-emulation/virt-what/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/virt-what # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/ChangeLog,v 1.6 2013/04/23 21:40:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/ChangeLog,v 1.7 2013/05/10 07:07:08 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> virt-what-1.11.ebuild: + Fix inherit 23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> virt-what-1.12.ebuild: Stable for x86, wrt bug #466644 diff --git a/app-emulation/virt-what/virt-what-1.11.ebuild b/app-emulation/virt-what/virt-what-1.11.ebuild index 8e317ee7949b..a6ebbbc91d69 100644 --- a/app-emulation/virt-what/virt-what-1.11.ebuild +++ b/app-emulation/virt-what/virt-what-1.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/virt-what-1.11.ebuild,v 1.1 2011/07/29 19:10:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/virt-what-1.11.ebuild,v 1.2 2013/05/10 07:07:08 patrick Exp $ EAPI=3 -inherit eutils autotools +inherit eutils DESCRIPTION="Detects if the current machine is running in a virtual machine" HOMEPAGE="http://people.redhat.com/~rjones/virt-what/" |