fix(net-misc/tlsdate): ensure systemd eclass is used

This commit is contained in:
Brandon Philips 2013-10-23 14:34:05 -07:00
parent 3751ea02a6
commit 6d62f900d1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CROS_WORKON_COMMIT="8dbe89e0e08d5e5adeb4f414e8f284dbf0c17b80"
CROS_WORKON_TREE="3d6b0d529e066591245a40e40731b7e2b20d3b5c"
CROS_WORKON_PROJECT="chromiumos/third_party/tlsdate"
inherit autotools flag-o-matic toolchain-funcs cros-workon
inherit autotools flag-o-matic toolchain-funcs cros-workon systemd
DESCRIPTION="Update local time over HTTPS"
HOMEPAGE="https://github.com/ioerror/tlsdate"

View File

@ -4,7 +4,7 @@
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/third_party/tlsdate"
inherit autotools flag-o-matic toolchain-funcs cros-workon
inherit autotools flag-o-matic toolchain-funcs cros-workon systemd
DESCRIPTION="Update local time over HTTPS"
HOMEPAGE="https://github.com/ioerror/tlsdate"