summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-09-30 16:10:11 -0700
committerMatt Turner <mattst88@gentoo.org>2017-09-30 16:11:17 -0700
commit718334b5135ba8703a41bc12d3ecdd3d68edb0af (patch)
treefcfcd33641f7b31db746fcfc0d5777cf3022a8f0 /sys-apps
parentsys-apps/systemd-233-r4: alpha stable, bug 623532 (diff)
downloadgentoo-718334b5135ba8703a41bc12d3ecdd3d68edb0af.tar.gz
gentoo-718334b5135ba8703a41bc12d3ecdd3d68edb0af.tar.bz2
gentoo-718334b5135ba8703a41bc12d3ecdd3d68edb0af.zip
sys-apps/systemd-234-r4: added ~alpha, bug 625324
Commit 23af54f97bd1 was supposed to add ~alpha to 234-r3 but I transposed some digits and instead reverted to ~alpha for a stable version.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/systemd-234-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-234-r4.ebuild b/sys-apps/systemd/systemd-234-r4.ebuild
index 2582732b6cc9..0085a0578fa0 100644
--- a/sys-apps/systemd/systemd-234-r4.ebuild
+++ b/sys-apps/systemd/systemd-234-r4.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
fi
PYTHON_COMPAT=( python{3_4,3_5,3_6} )