app-misc/glcdprocdriver: drop ~ppc keyword
authorConrad Kostecki <conrad@kostecki.com>
Wed, 7 Aug 2019 20:14:11 +0000 (22:14 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Thu, 8 Aug 2019 03:32:41 +0000 (06:32 +0300)
Due usage of <sys/io.h>, it can't be compiled anymore on ~ppc.

Bug: https://bugs.gentoo.org/691672
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild

index 3a914692acec6b7bafe18c8c79304bd77ec96f95..baabf0037bafc30d3dcc31d2230858baf6c98b2a 100644 (file)
@@ -9,11 +9,13 @@ MY_P="${MY_PN}-${PV}"
 inherit toolchain-funcs
 
 DESCRIPTION="A glue between the graphlcd-base library from the GraphLCD project"
-HOMEPAGE="https://lucianm.github.io/GLCDprocDriver
-       https://github.com/lucianm/GLCDprocDriver"
+HOMEPAGE="
+       https://lucianm.github.io/GLCDprocDriver
+       https://github.com/lucianm/GLCDprocDriver
+"
 SRC_URI="https://github.com/lucianm/${MY_PN}/archive/0.1.2.tar.gz -> ${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="GPL-2"