diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-31 11:44:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-31 11:44:09 +0000 |
commit | 2b1555ef2c5363a70fd5d2f03527c232671b39c1 (patch) | |
tree | 70492b7b7f371dfb17d32df774e5228fcca97c4f /sys-libs/efivar | |
parent | Stable for amd64, wrt bug #534822 (diff) | |
download | gentoo-2-2b1555ef2c5363a70fd5d2f03527c232671b39c1.tar.gz gentoo-2-2b1555ef2c5363a70fd5d2f03527c232671b39c1.tar.bz2 gentoo-2-2b1555ef2c5363a70fd5d2f03527c232671b39c1.zip |
Stable for amd64, wrt bug #537620
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/efivar')
-rw-r--r-- | sys-libs/efivar/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/efivar/efivar-0.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/efivar/ChangeLog b/sys-libs/efivar/ChangeLog index 22519f791252..9164d07b89e7 100644 --- a/sys-libs/efivar/ChangeLog +++ b/sys-libs/efivar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/efivar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.2 2014/11/26 01:38:03 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.3 2015/01/31 11:44:09 ago Exp $ + + 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> efivar-0.15.ebuild: + Stable for amd64, wrt bug #537620 26 Nov 2014; Mike Gilbert <floppym@gentoo.org> efivar-0.15.ebuild: Add dependency on dev-libs/popt. diff --git a/sys-libs/efivar/efivar-0.15.ebuild b/sys-libs/efivar/efivar-0.15.ebuild index b23fda35d1ca..2f06a92609f9 100644 --- a/sys-libs/efivar/efivar-0.15.ebuild +++ b/sys-libs/efivar/efivar-0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/efivar-0.15.ebuild,v 1.2 2014/11/26 01:38:03 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/efivar-0.15.ebuild,v 1.3 2015/01/31 11:44:09 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/vathpela/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="amd64 ~ia64 ~x86" RDEPEND="dev-libs/popt" DEPEND="${RDEPEND}" |