summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-26 23:13:46 +0200
committerPacho Ramos <pacho@gentoo.org>2018-03-26 23:13:46 +0200
commit2b11fca1004a8c15fdcbae27f514040835b11f5c (patch)
tree200f71f71cc62d256c069a337bbef2143cb61211 /sys-apps/systemd
parentsys-apps/systemd: Apply upstream patch to fix check for address to keep inter... (diff)
downloadgentoo-2b11fca1004a8c15fdcbae27f514040835b11f5c.tar.gz
gentoo-2b11fca1004a8c15fdcbae27f514040835b11f5c.tar.bz2
gentoo-2b11fca1004a8c15fdcbae27f514040835b11f5c.zip
sys-apps/systemd: Recover keyword dropped by mistake
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/systemd-238-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-238-r2.ebuild b/sys-apps/systemd/systemd-238-r2.ebuild
index c4951b63a00d..36cd5bf7222e 100644
--- a/sys-apps/systemd/systemd-238-r2.ebuild
+++ b/sys-apps/systemd/systemd-238-r2.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
fi
PYTHON_COMPAT=( python{3_4,3_5,3_6} )