diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-07-04 19:23:29 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-07-04 19:23:29 +0000 |
commit | 88dd2b1365308151cc2768a1a8b461d73df43682 (patch) | |
tree | bb7f0b787d1b11ab0d5301c18ccac4d638f701c0 /sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild | |
parent | Fix Manifest entries for ChangeLog, python-gflags-2.0.ebuild, and python-gfla... (diff) | |
download | gentoo-2-88dd2b1365308151cc2768a1a8b461d73df43682.tar.gz gentoo-2-88dd2b1365308151cc2768a1a8b461d73df43682.tar.bz2 gentoo-2-88dd2b1365308151cc2768a1a8b461d73df43682.zip |
Add xz-utils dep, and slot-operators.
(Portage version: 2.2.0_alpha186/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild b/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild index 69f49b827070..32799225b8a7 100644 --- a/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.1 2013/07/04 06:59:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.2 2013/07/04 19:23:29 zmedico Exp $ EAPI=5 inherit eutils rpm toolchain-funcs @@ -16,9 +16,10 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-libs/libyaml - dev-libs/openssl - sys-apps/util-linux" +RDEPEND="app-arch/xz-utils:= + dev-libs/libyaml:= + dev-libs/openssl:0= + sys-apps/util-linux:=" DEPEND="app-crypt/trousers ${RDEPEND}" |