diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 13:25:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 13:25:44 +0000 |
commit | 0b5d5f7a0ec6ca9f762ec38c7ef1a9c673ede680 (patch) | |
tree | c77bc342f24aed0f2fa02d031f6e62b4e8905809 /sys-libs | |
parent | Fix compilation/installation on at least Solaris (diff) | |
download | gentoo-2-0b5d5f7a0ec6ca9f762ec38c7ef1a9c673ede680.tar.gz gentoo-2-0b5d5f7a0ec6ca9f762ec38c7ef1a9c673ede680.tar.bz2 gentoo-2-0b5d5f7a0ec6ca9f762ec38c7ef1a9c673ede680.zip |
Stable for ia64, wrt bug #537620
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/efivar/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/efivar/efivar-0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/efivar/ChangeLog b/sys-libs/efivar/ChangeLog index daa6a7f5fb44..b501c3a077eb 100644 --- a/sys-libs/efivar/ChangeLog +++ b/sys-libs/efivar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/efivar # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.4 2015/02/01 13:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.5 2015/02/28 13:25:44 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> efivar-0.15.ebuild: + Stable for ia64, wrt bug #537620 01 Feb 2015; Agostino Sarubbo <ago@gentoo.org> efivar-0.15.ebuild: Stable for x86, wrt bug #537620 diff --git a/sys-libs/efivar/efivar-0.15.ebuild b/sys-libs/efivar/efivar-0.15.ebuild index 893b4920a6fc..46244cdc3065 100644 --- a/sys-libs/efivar/efivar-0.15.ebuild +++ b/sys-libs/efivar/efivar-0.15.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/sys-libs/efivar/efivar-0.15.ebuild,v 1.4 2015/02/01 13:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/efivar-0.15.ebuild,v 1.5 2015/02/28 13:25:44 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}" |