diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-22 22:58:32 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 19:17:40 +0000 |
commit | 17a0a48ee128b77f29d2784a90496d2215cfd4b6 (patch) | |
tree | 0db2b37ea2e1de346647a5e9c35fd81c0ad0e016 /sys-boot/raspberrypi-firmware | |
parent | profiles/package.mask: dropped mask for sys-boot/raspberrypi-firmware (diff) | |
download | gentoo-17a0a48ee128b77f29d2784a90496d2215cfd4b6.tar.gz gentoo-17a0a48ee128b77f29d2784a90496d2215cfd4b6.tar.bz2 gentoo-17a0a48ee128b77f29d2784a90496d2215cfd4b6.zip |
sys-boot/raspberrypi-firmware: drop useless blocker
sys-boot/raspberrypi-loader is no longer in the tree.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 8cdb8f63caa8..0829ce635be3 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="" IUSE="" DEPEND="" -RDEPEND="!sys-boot/raspberrypi-loader" +RDEPEND="" EGIT_REPO_URI="https://github.com/raspberrypi/firmware" |