summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2011-05-17 22:24:39 +0200
committerHenry Gebhardt <hsggebhardt@googlemail.com>2011-05-17 22:29:22 +0200
commit92f5e7e411f7cfad83d92cde4e562a0a400cb36c (patch)
tree0e52a5d1b25e1536412ccfc06c0ec7a57789d03b /sys-apps
parentsys-apps/systemd-26: add plymouth use flag (diff)
downloadsystemd-92f5e7e411f7cfad83d92cde4e562a0a400cb36c.tar.gz
systemd-92f5e7e411f7cfad83d92cde4e562a0a400cb36c.tar.bz2
systemd-92f5e7e411f7cfad83d92cde4e562a0a400cb36c.zip
sys-apps/systemd-26: Depend on >=plymouth-0.8.4
That version of plymouth isn't released yet, but with 0.8.3 I get an error that the keyboard was not properly initialized in <plymouth>/src/libply-splash-core/ply-keyboard.c:384. Yet, it doesn't work very well :-(
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/Manifest2
-rw-r--r--sys-apps/systemd/systemd-26.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 27bf2ca..d095753 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,4 +1,4 @@
DIST systemd-26.tar.bz2 791117 RMD160 06836ca8daf0c5ebc113940357289348561dac56 SHA1 901486904aeb1d8a3ae20e5971afd9b42b847450 SHA256 d7a222c09cdb0a9eebe97c7c499c458cc29ef8b3b2d0ca79bb949b2fd3d077d3
-EBUILD systemd-26.ebuild 4319 RMD160 3636c45179bd5b3312d8064ac249dd5fa11dac98 SHA1 745a595379321ab05e97c40e7abd0d5e2042cca4 SHA256 c799cf9f4751ab01c4839e8813c6d3e40db444c59c0246b510900533f5d87006
+EBUILD systemd-26.ebuild 4327 RMD160 d26de8d5b632a0c96b2dc19441d0d0d57bbfa2da SHA1 188fa736286c9bbc48147b732512243ed0e9a60d SHA256 0499bf01d2e23cf5106139597d0d2eec54625463da808285f9562dc7a6c735e1
EBUILD systemd-9999.ebuild 4215 RMD160 a7fda5c858136bd474c2a23fd5c630e84d6f412d SHA1 75eb64200629c890a8cdd554b58c57e06493d4ca SHA256 da9533edb1b2c531692c6d4a3b03e2b46ec82fb2fedbabeb870ac85609c711a5
MISC metadata.xml 737 RMD160 cdd440f38c039bfa7967fd713ef238588c2e1fb4 SHA1 1dea5e1d1e388bf43131297667bb4dbba10e65dd SHA256 042b1b68c02c274920954280705e21c2ca2ef5eece3229aab03d8dd43e06422d
diff --git a/sys-apps/systemd/systemd-26.ebuild b/sys-apps/systemd/systemd-26.ebuild
index dc742f0..7f7ee69 100644
--- a/sys-apps/systemd/systemd-26.ebuild
+++ b/sys-apps/systemd/systemd-26.ebuild
@@ -28,7 +28,7 @@ COMMON_DEPEND=">=sys-apps/dbus-1.4.8-r1
selinux? ( sys-libs/libselinux )
tcpwrap? ( sys-apps/tcp-wrappers )
>=sys-apps/util-linux-2.19
- plymouth? ( sys-boot/plymouth )"
+ plymouth? ( >=sys-boot/plymouth-0.8.4 )"
# Vala-0.10 doesn't work with libnotify 0.7.1
VALASLOT="0.12"