diff options
author | 2015-04-19 09:45:20 +0000 | |
---|---|---|
committer | 2015-04-19 09:45:20 +0000 | |
commit | 8ce0810c6d1dce2e23006e6a37fd2d0a53828da8 (patch) | |
tree | 8f8d3a550afd074d27bd59fdab8c2c80077d7cc0 /app-laptop | |
parent | Stable for x86, wrt bug #541774 (diff) | |
download | gentoo-2-8ce0810c6d1dce2e23006e6a37fd2d0a53828da8.tar.gz gentoo-2-8ce0810c6d1dce2e23006e6a37fd2d0a53828da8.tar.bz2 gentoo-2-8ce0810c6d1dce2e23006e6a37fd2d0a53828da8.zip |
x86 stable wrt bug #534862
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/thinkfan/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-laptop/thinkfan/ChangeLog b/app-laptop/thinkfan/ChangeLog index 07dd43b3ffdd..90d9fb4d7484 100644 --- a/app-laptop/thinkfan/ChangeLog +++ b/app-laptop/thinkfan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/thinkfan # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.20 2015/03/27 16:29:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.21 2015/04/19 09:45:20 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> thinkfan-0.9.2-r1.ebuild: + x86 stable wrt bug #534862 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> thinkfan-0.9.2-r1.ebuild: Stable for amd64, wrt bug #534862 diff --git a/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild b/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild index 7ca4ba92f825..68a74d3f5946 100644 --- a/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild +++ b/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild,v 1.2 2015/03/27 16:29:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.9.2-r1.ebuild,v 1.3 2015/04/19 09:45:20 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="atasmart" DEPEND="atasmart? ( dev-libs/libatasmart )" |