diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-11-30 15:55:22 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-04 09:24:22 +0000 |
commit | 7dff4fd114b62ba13b08b3ea1d37b0b9eb44e439 (patch) | |
tree | 610b8c4a39c0998a6f052dc37affd4ec1cd7647c /app-doc | |
parent | app-text/ghostscript-gpl: add 10.02.1 (diff) | |
download | gentoo-7dff4fd114b62ba13b08b3ea1d37b0b9eb44e439.tar.gz gentoo-7dff4fd114b62ba13b08b3ea1d37b0b9eb44e439.tar.bz2 gentoo-7dff4fd114b62ba13b08b3ea1d37b0b9eb44e439.zip |
app-doc/doxygen: remove unused sqlite USE flag
While making a few changes to the live ebuild in commit
10c3fc41ee47042f6f3d16198e3fe178ec1d7752 the sqlite USE flag was removed
from src_configure with the rationale that upstream removed the option
to use the system sqlite. Since then, an upstream patch has been
backported for this, which is used unconditionally and comes with an
unconditional dependency on dev-db/sqlite, which still doesn't actually
check the USE flag value.
It was never removed from IUSE though (where it is disabled by default).
Clean it up.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34072
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.8.ebuild | 2 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.8.ebuild b/app-doc/doxygen/doxygen-1.9.8.ebuild index 5293c124db40..5d806d2fbc60 100644 --- a/app-doc/doxygen/doxygen-1.9.8.ebuild +++ b/app-doc/doxygen/doxygen-1.9.8.ebuild @@ -24,7 +24,7 @@ fi # GPL-2 also for bundled libmscgen LICENSE="GPL-2" SLOT="0" -IUSE="clang debug doc dot doxysearch gui sqlite test" +IUSE="clang debug doc dot doxysearch gui test" # - We need TeX for tests, bug #765472 # - We keep the odd construct of noop USE=test because of # the special relationship b/t RESTRICT & USE for tests. diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 667f2076a2fc..0f06fbd71388 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -24,7 +24,7 @@ fi # GPL-2 also for bundled libmscgen LICENSE="GPL-2" SLOT="0" -IUSE="clang debug doc dot doxysearch gui sqlite test" +IUSE="clang debug doc dot doxysearch gui test" # - We need TeX for tests, bug #765472 # - We keep the odd construct of noop USE=test because of # the special relationship b/t RESTRICT & USE for tests. |