diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-11 10:37:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-11 10:37:43 +0000 |
commit | a6fd732850b4d17766a9bcfbcd27f70603ce65f0 (patch) | |
tree | 792d56b3e8f0d83544baa4ed176db99aa152f35a /sys-power | |
parent | Stable for amd64, wrt bug #469350 (diff) | |
download | gentoo-2-a6fd732850b4d17766a9bcfbcd27f70603ce65f0.tar.gz gentoo-2-a6fd732850b4d17766a9bcfbcd27f70603ce65f0.tar.bz2 gentoo-2-a6fd732850b4d17766a9bcfbcd27f70603ce65f0.zip |
Stable for amd64, wrt bug #469386
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/suspend/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/suspend/suspend-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/suspend/ChangeLog b/sys-power/suspend/ChangeLog index ac67d285ff2b..ceac885d8c4c 100644 --- a/sys-power/suspend/ChangeLog +++ b/sys-power/suspend/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/suspend # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.24 2013/04/30 12:49:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.25 2013/05/11 10:37:43 ago Exp $ + + 11 May 2013; Agostino Sarubbo <ago@gentoo.org> suspend-1.0.ebuild: + Stable for amd64, wrt bug #469386 30 Apr 2013; Michael Weber <xmw@gentoo.org> +files/suspend-1.0-automake-1.13.patch, suspend-1.0.ebuild: diff --git a/sys-power/suspend/suspend-1.0.ebuild b/sys-power/suspend/suspend-1.0.ebuild index 96846e5cbb87..af18553dc677 100644 --- a/sys-power/suspend/suspend-1.0.ebuild +++ b/sys-power/suspend/suspend-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.5 2013/04/30 12:49:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.6 2013/05/11 10:37:43 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/-utils-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="fbsplash crypt threads" X86_RDEPEND="dev-libs/libx86" |