summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-121-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-alternatives/yacc: sys-devel/bison -> app-alternatives/yaccSam James2024-01-081-1/+1
| | | | | | | | | | All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x64-cygwin keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-alternatives/yacc: keyword for ~arm64-macosSam James2023-02-241-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: drop 0Sam James2022-12-281-13/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 ppc64, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 ppc, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 x86, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 hppa, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 sparc, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 arm64, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 arm, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Stabilize 1-r2 amd64, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: Use app-alternatives.eclassMichał Górny2022-12-061-36/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-alternatives/yacc: don't set YACC for Bison for nowSam James2022-12-031-3/+7
| | | | | | | | | | | | Leaving this for now to be safe, as it's closer to pre-alternatives status quo to leave it unset and let autoconf probe for Bison by itself as it prefers it anyway, and might be a CPP-like situation wrt calling bison or bison -y if YACC is set. Thanks to Ionen again. See: 8d975a71210fb429ace5a8fd5e2d8dcbd52b4339 Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: use YACC=yacc.bison, not YACC=bisonSam James2022-12-031-1/+1
| | | | | | Thanks to Ionen for reporting. Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: install env.d file for YACCSam James2022-12-021-0/+12
| | | | | | | | | | | | | | Without this, autotools will end up probing for bison even when it's not specifically needed. If packages really do need bison, it's not expected that ebuild maintainers will fix the underlying problem, but the ebuilds should then set YACC=bison and BDEPEND on it. If upstream is active, they should consider reporting the problem to them though. Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: define LICENSE and HOMEPAGE for the virtualSam James2022-12-021-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-alternatives/yacc: new package to control yacc symlinksSam James2022-12-022-1/+55
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {virtual -> app-alternatives}/yaccSam James2022-12-022-0/+20
Signed-off-by: Sam James <sam@gentoo.org>