Clean some repoman issues

This commit is contained in:
nemunaire 2016-03-20 16:04:53 +01:00
commit f4f81356ee
15 changed files with 76 additions and 58 deletions

View file

@ -1 +1 @@
EBUILD odroidc1-sources-3.10.9999.ebuild 708 SHA256 d30d3ca4d756080d59d72148cd90a0359b0a9e8939b128f52ad8108113463826 SHA512 9876b65a149d9faa7f614e0239b502bee0af7d00d2d60bc4143d09ac1659a6ad65265199afca47ea9599e3f2dba04dbbb06d5a7b129263fbc8b78025f06911f7 WHIRLPOOL f74c6f373d36c93c57472ad3e60b922d6c52e091ed19be3debbe6f927717ada75d17c1c89954e14d4a1c2063767a6422207139b80477f9107fd06c3473233e09
EBUILD odroidc1-sources-3.10.9999.ebuild 749 SHA256 50d78265e4876529b8018ac7e0814bcfbeeec42798fd1b900b9b08197197debf SHA512 cd2f6fcb3469b1317be702c45b6be3f1f591679c1b13a0ccb3eae2b48d3bfadaba9882c13e5c412ae819b2736de1e6c772bd3d65f3fc91674af272adb4fa7e74 WHIRLPOOL 2259ffcfbbadbeaa5737616673815cae7b4c77c2a2e25e16eb2bcb29a697cf995adcab694c9571d7f90e01b583c0185967650b1a08a477bb4712c44cf16d6caa

View file

@ -1,7 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
ETYPE=sources
K_DEFCONFIG="odroidc_defconfig"
@ -21,13 +22,15 @@ EGIT_CHECKOUT_DIR="$S"
DESCRIPTION="Linux source for Odroid devices"
HOMEPAGE="https://github.com/hardkernel/linux"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm"
RDEPEND="sys-devel/bc"
RDEPEND="
app-arch/lzop
|| ( dev-embedded/u-boot-tools-odroidc1 dev-embedded/u-boot-tools )
sys-devel/bc
"
src_unpack()