trietptm / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 0 forks source link

net-wireless/desknfc inheritance EAPI issue #349

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Each time I eix-sync I observe the following error (kde4-functions dying with 
the error message that it no longer supports EAPI=4).  A quick look at the 
ebuild suggests this is pretty easily fixable by incrementing EAPI, as this 
ebuild relies on the stock ones for everything anyway.

 * ERROR: net-wireless/desknfc-9999::pentoo failed (depend phase):
 *   EAPI=4 is not supported
 *
 * Call stack:
 *               ebuild.sh, line 584:  Called source '/var/lib/layman/pentoo/net-wireless/desknfc/desknfc-9999.ebuild'
 *     desknfc-9999.ebuild, line   7:  Called inherit 'kde4-base' 'subversion'
 *               ebuild.sh, line 280:  Called __qa_source '/fw0nk/portage/x86/eclass/kde4-base.eclass'
 *               ebuild.sh, line  80:  Called source '/fw0nk/portage/x86/eclass/kde4-base.eclass'
 *        kde4-base.eclass, line  37:  Called inherit 'kde4-functions' 'toolchain-funcs' 'fdo-mime' 'flag-o-matic' 'gnome2-utils' 'virtualx' 'versionator' 'eutils' 'multilib'
 *               ebuild.sh, line 280:  Called __qa_source '/fw0nk/portage/x86/eclass/kde4-functions.eclass'
 *               ebuild.sh, line  80:  Called source '/fw0nk/portage/x86/eclass/kde4-functions.eclass'
 *   kde4-functions.eclass, line  23:  Called die
 * The specific snippet of code:
 *      *) die "EAPI=${EAPI:-0} is not supported" ;;

Original issue reported on code.google.com by aoz....@gmail.com on 13 Apr 2015 at 2:06

GoogleCodeExporter commented 9 years ago
ok, fixed in r6478 and r6479.
However, I can't find a new home of this tool..
Feel free to open the bug if you have any ideas

Original comment by blshkv on 13 Apr 2015 at 3:20