diff options
author | 2014-03-29 22:12:12 +0000 | |
---|---|---|
committer | 2014-03-29 22:12:12 +0000 | |
commit | 359027cc94dd41de4917e7fc3bd8dc251a61c8f6 (patch) | |
tree | 6d3bb7a2e19e4a12b74c4f017b7d0fc8de81348a /sys-power/hibernate-script | |
parent | Restore abi_x86_x32 mask since the relevant ABI is not in MULTILIB_ABIS and c... (diff) | |
download | gentoo-2-359027cc94dd41de4917e7fc3bd8dc251a61c8f6.tar.gz gentoo-2-359027cc94dd41de4917e7fc3bd8dc251a61c8f6.tar.bz2 gentoo-2-359027cc94dd41de4917e7fc3bd8dc251a61c8f6.zip |
fix issue with hwclock, bug#503042, thanks to v1ne2go
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'sys-power/hibernate-script')
-rw-r--r-- | sys-power/hibernate-script/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-power/hibernate-script/ChangeLog b/sys-power/hibernate-script/ChangeLog index d836b6bc0773..3220a414172d 100644 --- a/sys-power/hibernate-script/ChangeLog +++ b/sys-power/hibernate-script/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/hibernate-script -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/ChangeLog,v 1.99 2013/02/18 20:22:21 alonbl Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/ChangeLog,v 1.100 2014/03/29 22:12:12 alonbl Exp $ + + 29 Mar 2014; Alon Bar-Lev <alonbl@gentoo.org> hibernate-script-2.0-r6.ebuild: + fix issue with hwclock, bug#503042, thanks to v1ne2go 18 Feb 2013; Alon Bar-Lev <alonbl@gentoo.org> -hibernate-script-1.97-r4.ebuild, -hibernate-script-2.0-r1.ebuild: diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild index 491fdcc4791a..dd70ae645f70 100644 --- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild +++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild,v 1.4 2013/02/18 20:18:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild,v 1.5 2014/03/29 22:12:12 alonbl Exp $ EAPI=5 inherit eutils -PATCH_VERSION="3" +PATCH_VERSION="4" DESCRIPTION="Hibernate script supporting multiple suspend methods" HOMEPAGE="http://www.tuxonice.net/" |