diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-23 10:51:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-23 10:51:37 +0000 |
commit | 5c6a68351afca9ceeed3ba3ff07aad5973c1c12e (patch) | |
tree | 79839cc6cadb6ec093ad7311d7f358e969d2bae6 /dev-ml | |
parent | update abi_x86_32 masks (diff) | |
download | gentoo-2-5c6a68351afca9ceeed3ba3ff07aad5973c1c12e.tar.gz gentoo-2-5c6a68351afca9ceeed3ba3ff07aad5973c1c12e.tar.bz2 gentoo-2-5c6a68351afca9ceeed3ba3ff07aad5973c1c12e.zip |
add missing oasis dep
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/deriving/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/deriving/deriving-0.6.2.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-ml/deriving/ChangeLog b/dev-ml/deriving/ChangeLog index 37a8eca1f4fa..0ed836c2cfeb 100644 --- a/dev-ml/deriving/ChangeLog +++ b/dev-ml/deriving/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/deriving # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.3 2014/10/23 10:50:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.4 2014/10/23 10:51:37 aballier Exp $ + + 23 Oct 2014; Alexis Ballier <aballier@gentoo.org> deriving-0.6.2.ebuild: + add missing oasis dep 23 Oct 2014; Alexis Ballier <aballier@gentoo.org> -deriving-0.6.ebuild: remove old diff --git a/dev-ml/deriving/deriving-0.6.2.ebuild b/dev-ml/deriving/deriving-0.6.2.ebuild index ca0e2a6a71a4..57e90a333218 100644 --- a/dev-ml/deriving/deriving-0.6.2.ebuild +++ b/dev-ml/deriving/deriving-0.6.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/dev-ml/deriving/deriving-0.6.2.ebuild,v 1.1 2014/04/13 17:39:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.6.2.ebuild,v 1.2 2014/10/23 10:51:37 aballier Exp $ EAPI=5 @@ -17,9 +17,12 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-ml/type-conv-108:= - dev-ml/optcomp:=" -RDEPEND="${DEPEND}" +RDEPEND=" + >=dev-ml/type-conv-108:= + dev-ml/optcomp:= +" +DEPEND="${RDEPEND} + dev-ml/oasis" DOCS=( CHANGES README.md ) oasis_configure_opts=( --enable-tc ) |