blob: 2cee1b72e8480457810da719ba4a79f66a885b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'Gentoo ARM project overlay'},
'feed': ['https://github.com/gentoo/arm/commits/master.atom'],
'homepage': 'https://github.com/gentoo/arm',
'name': 'arm_support',
'owner': [{'email': 'arm@gentoo.org',
'name': 'ARM Project',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/arm.git'},
{'type': 'git', 'uri': 'git+ssh://git@github.com/gentoo/arm.git'}],
'status': 'unofficial'}
$ pmaint sync arm_support
Already up to date.
*** syncing arm_support
*** synced arm_support
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 arm_support
* xfce-base/xfce4-settings-4.12.0: failed sourcing ebuild: inherit requires unknown eclass: xfconf.eclass
* Cache regen failed with 1
|