dev-embedded/sdcc: Dropped ppc keywords

This commit is contained in:
Matt Turner
2018-04-25 21:33:14 -07:00
parent 4546c80986
commit 01033b859b
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.g
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
KEYWORDS="amd64 x86"
IUSE="doc"
DEPEND=">=dev-embedded/gputils-0.13.2

View File

@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND=">=dev-embedded/gputils-0.13.2

View File

@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND=">=dev-embedded/gputils-0.13.2

View File

@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~x86"
IUSE="boehm-gc doc"
DEPEND=">=dev-embedded/gputils-0.13.2

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/sdcc/${PN}-doc-${PV}.tar.bz2 )"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~x86"
docs_compile() { return 1; }
fi

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/sdcc/${PN}-doc-${PV}.tar.bz2 )"
KEYWORDS="amd64 ~ppc x86"
KEYWORDS="amd64 x86"
docs_compile() { return 1; }
fi

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/sdcc/${PN}-doc-${PV}.tar.bz2 )"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~x86"
docs_compile() { return 1; }
fi