diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2014-04-29 10:28:45 -0400 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2014-04-29 10:28:45 -0400 |
commit | b52679ac4d45074d3fa6d3c52ed555ae39512536 (patch) | |
tree | ee41880ecb03fbdf8fbc48f09e98784b59680929 | |
parent | gitignore: ignore vim temp files (diff) | |
download | jtriley-b52679ac4d45074d3fa6d3c52ed555ae39512536.tar.gz jtriley-b52679ac4d45074d3fa6d3c52ed555ae39512536.tar.bz2 jtriley-b52679ac4d45074d3fa6d3c52ed555ae39512536.zip |
remove keywords from all live ebuilds (9999)
-rw-r--r-- | app-misc/gizmod/gizmod-9999.ebuild | 2 | ||||
-rw-r--r-- | dev-lua/lunatic-python/lunatic-python-9999.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ctypeslib/ctypeslib-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/gizmod/gizmod-9999.ebuild b/app-misc/gizmod/gizmod-9999.ebuild index b20a2f9..b945c94 100644 --- a/app-misc/gizmod/gizmod-9999.ebuild +++ b/app-misc/gizmod/gizmod-9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/jtriley/gizmod.git" EGIT_BRANCH="develop" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="libvisual" RDEPEND="x11-libs/libXext amd64? ( >=dev-libs/boost-1.36[python] ) diff --git a/dev-lua/lunatic-python/lunatic-python-9999.ebuild b/dev-lua/lunatic-python/lunatic-python-9999.ebuild index fc39c7a..d151417 100644 --- a/dev-lua/lunatic-python/lunatic-python-9999.ebuild +++ b/dev-lua/lunatic-python/lunatic-python-9999.ebuild @@ -15,7 +15,7 @@ SRC_URI="" LICENSE="LGPL" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="debug" RDEPEND=">=dev-lang/lua-5.1[deprecated]" diff --git a/dev-python/ctypeslib/ctypeslib-9999.ebuild b/dev-python/ctypeslib/ctypeslib-9999.ebuild index c2a836a..39307cc 100644 --- a/dev-python/ctypeslib/ctypeslib-9999.ebuild +++ b/dev-python/ctypeslib/ctypeslib-9999.ebuild @@ -14,6 +14,6 @@ DESCRIPTION="ctypeslib - useful additions to the ctypes FFI library" HOMEPAGE="UNKNOWN" ESVN_REPO_URI="http://svn.python.org/projects/ctypes/trunk/ctypeslib/" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="" SLOT="0" IUSE="" |