diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-12-19 14:29:32 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-12-19 14:29:32 +0000 |
commit | e50ba54692d1b4010076b946ea091c74ca4d8b12 (patch) | |
tree | 1ea0557a7f2f618cd8e9bc59384f161c7aa9dacb /sci-libs/pcl | |
parent | add openni/openni2 useflags (diff) | |
download | gentoo-2-e50ba54692d1b4010076b946ea091c74ca4d8b12.tar.gz gentoo-2-e50ba54692d1b4010076b946ea091c74ca4d8b12.tar.bz2 gentoo-2-e50ba54692d1b4010076b946ea091c74ca4d8b12.zip |
add missing required uses
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sci-libs/pcl')
-rw-r--r-- | sci-libs/pcl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/pcl/pcl-1.7.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pcl/pcl-9999.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/pcl/ChangeLog b/sci-libs/pcl/ChangeLog index 2db6205c962d..511d1e04e571 100644 --- a/sci-libs/pcl/ChangeLog +++ b/sci-libs/pcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pcl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/ChangeLog,v 1.3 2014/12/19 14:26:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/ChangeLog,v 1.4 2014/12/19 14:29:32 aballier Exp $ + + 19 Dec 2014; Alexis Ballier <aballier@gentoo.org> pcl-1.7.2.ebuild, + pcl-9999.ebuild: + add missing required uses 19 Dec 2014; Alexis Ballier <aballier@gentoo.org> pcl-1.7.2.ebuild, pcl-9999.ebuild, metadata.xml: diff --git a/sci-libs/pcl/pcl-1.7.2.ebuild b/sci-libs/pcl/pcl-1.7.2.ebuild index 9ccce38fedcc..42ac1df7ba74 100644 --- a/sci-libs/pcl/pcl-1.7.2.ebuild +++ b/sci-libs/pcl/pcl-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild,v 1.3 2014/12/19 14:26:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild,v 1.4 2014/12/19 14:29:32 aballier Exp $ EAPI=5 @@ -50,6 +50,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" REQUIRED_USE=" + openni? ( usb ) + openni2? ( usb ) tutorials? ( doc ) " diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-9999.ebuild index 328f80a04964..768ff62177e8 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild,v 1.3 2014/12/19 14:26:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild,v 1.4 2014/12/19 14:29:32 aballier Exp $ EAPI=5 @@ -50,6 +50,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" REQUIRED_USE=" + openni? ( usb ) + openni2? ( usb ) tutorials? ( doc ) " |