diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-02-24 00:35:18 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-02-24 00:35:18 +0000 |
commit | 0b99d409ecbe8e58c7336d18c0ebdf8269369e28 (patch) | |
tree | 61c82b930acd711debabc7478cc3c55365317742 /sys-kernel | |
parent | Manifest (diff) | |
download | gentoo-2-0b99d409ecbe8e58c7336d18c0ebdf8269369e28.tar.gz gentoo-2-0b99d409ecbe8e58c7336d18c0ebdf8269369e28.tar.bz2 gentoo-2-0b99d409ecbe8e58c7336d18c0ebdf8269369e28.zip |
Remove keywords until distfile URI works #541160
(Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-firmware/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/linux-firmware/linux-firmware-20150206.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-kernel/linux-firmware/ChangeLog b/sys-kernel/linux-firmware/ChangeLog index 58aed0f0df58..c5054cdd9148 100644 --- a/sys-kernel/linux-firmware/ChangeLog +++ b/sys-kernel/linux-firmware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/linux-firmware # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.119 2015/02/23 10:30:59 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.120 2015/02/24 00:35:18 patrick Exp $ + + 24 Feb 2015; Patrick Lauer <patrick@gentoo.org> + linux-firmware-20150206.ebuild: + Remove keywords until distfile URI works #541160 *linux-firmware-20150206 (23 Feb 2015) diff --git a/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild b/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild index c0d6b1423bf3..171910e7090e 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20150206.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-kernel/linux-firmware/linux-firmware-20150206.ebuild,v 1.1 2015/02/23 10:30:59 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v 1.2 2015/02/24 00:35:18 patrick Exp $ EAPI=5 inherit savedconfig @@ -12,7 +12,8 @@ if [[ ${PV} == 99999999* ]]; then KEYWORDS="" else SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="" # missing distfiles fi DESCRIPTION="Linux firmware files" |