commit: f49928525d0661a6d21464c030fb22cb317b94ce Author: Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com> AuthorDate: Fri Jun 4 15:30:15 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jun 5 12:38:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f4992852
media-libs/libgfx: Remove test use flag * Remove the unnecessary test use flag. This commit was tested in a docker image with dev-util/ebuildtester. This commit was written, tested, and submitted by Lucas Mitrak. Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com> Closes: https://github.com/gentoo/sci/pull/1088 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> media-libs/libgfx/libgfx-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libgfx/libgfx-1.1.0.ebuild b/media-libs/libgfx/libgfx-1.1.0.ebuild index 982770c9a..01f5c7f71 100644 --- a/media-libs/libgfx/libgfx-1.1.0.ebuild +++ b/media-libs/libgfx/libgfx-1.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://mgarland.org/dist/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" +IUSE="static-libs" DEPEND=" virtual/opengl
