diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 15:52:00 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 16:02:13 +0200 |
commit | 17233ec7c51f34a33492c67c7d7d8912195e3d7f (patch) | |
tree | e919ef88cd173fddcf792a411192085305041661 /dev-libs | |
parent | net-misc/modemmanager: Version bump (diff) | |
download | gentoo-17233ec7c51f34a33492c67c7d7d8912195e3d7f.tar.gz gentoo-17233ec7c51f34a33492c67c7d7d8912195e3d7f.tar.bz2 gentoo-17233ec7c51f34a33492c67c7d7d8912195e3d7f.zip |
dev-libs/gom: fix a typo in REQUIRED_USE, bug #593944
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gom/gom-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gom/gom-0.3.2.ebuild b/dev-libs/gom/gom-0.3.2.ebuild index 1f9a77179e75..269bf41fc436 100644 --- a/dev-libs/gom/gom-0.3.2.ebuild +++ b/dev-libs/gom/gom-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" IUSE="+introspection python" -REQUIRED_IUSE="python? ( ${PYTHON_REQUIRED_USE} introspection )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} introspection )" RDEPEND=" >=dev-db/sqlite-3.7:3 |