diff options
author | 2015-04-02 18:22:41 +0000 | |
---|---|---|
committer | 2015-04-02 18:22:41 +0000 | |
commit | a27775fb4bb8ea3e73109a2e368bddcede9c4224 (patch) | |
tree | 066924cd7810b5173c64e9c642391be1ca6d2ecf /dev-lua | |
parent | whitespace (diff) | |
download | gentoo-2-a27775fb4bb8ea3e73109a2e368bddcede9c4224.tar.gz gentoo-2-a27775fb4bb8ea3e73109a2e368bddcede9c4224.tar.bz2 gentoo-2-a27775fb4bb8ea3e73109a2e368bddcede9c4224.zip |
add missing test to IUSE
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lgi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lua/lgi/lgi-0.6.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lua/lgi/lgi-0.7.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-lua/lgi/ChangeLog b/dev-lua/lgi/ChangeLog index 61499ea874e1..d662d6a69209 100644 --- a/dev-lua/lgi/ChangeLog +++ b/dev-lua/lgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lua/lgi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.8 2014/03/14 04:05:07 nerdboy Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.9 2015/04/02 18:22:41 mr_bones_ Exp $ + + 02 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> lgi-0.6.2-r1.ebuild, + lgi-0.7.2.ebuild: + add missing test to IUSE 14 Mar 2014; Steve Arnold <nerdboy@gentoo.org> lgi-0.7.2.ebuild: Stable on arm (tested on armv7 trimslice and MK-802) wrt bug #500796 diff --git a/dev-lua/lgi/lgi-0.6.2-r1.ebuild b/dev-lua/lgi/lgi-0.6.2-r1.ebuild index 16b0303d73ff..1c74f12cf1b3 100644 --- a/dev-lua/lgi/lgi-0.6.2-r1.ebuild +++ b/dev-lua/lgi/lgi-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild,v 1.1 2013/02/08 15:48:18 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.6.2-r1.ebuild,v 1.2 2015/04/02 18:22:41 mr_bones_ Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://github.com/downloads/pavouk/lgi/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="examples" +IUSE="examples test" RDEPEND=">=dev-lang/lua-5.1 dev-libs/gobject-introspection diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild index e34220405120..8f16ff88fd60 100644 --- a/dev-lua/lgi/lgi-0.7.2.ebuild +++ b/dev-lua/lgi/lgi-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.6 2014/03/14 04:05:07 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/0.7.2.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd" -IUSE="examples" +IUSE="examples test" RDEPEND=">=dev-lang/lua-5.1 dev-libs/gobject-introspection |