diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
| commit | 1aaafa6995916beafff236affdb5cac42f7efd43 (patch) | |
| tree | 41b96fd4c123591da1658c544bd47f28bd315680 /www-apps/cgit | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip | |
Adding metadata
Diffstat (limited to 'www-apps/cgit')
| -rw-r--r-- | www-apps/cgit/cgit-1.3.1.ebuild | 6 | ||||
| -rw-r--r-- | www-apps/cgit/cgit-1.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www-apps/cgit/cgit-1.3.1.ebuild b/www-apps/cgit/cgit-1.3.1.ebuild index 0c38260e3676..d9084082123f 100644 --- a/www-apps/cgit/cgit-1.3.1.ebuild +++ b/www-apps/cgit/cgit-1.3.1.ebuild @@ -21,7 +21,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~riscv ~x86" -IUSE="doc +highlight libressl +lua test" +IUSE="doc +highlight +lua test" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) ${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -30,8 +30,8 @@ RDEPEND=" ${PYTHON_DEPS} acct-group/cgit acct-user/cgit - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= + dev-vcs/git highlight? ( $(python_gen_cond_dep ' diff --git a/www-apps/cgit/cgit-1.3.ebuild b/www-apps/cgit/cgit-1.3.ebuild index d0a212353d04..20b0a2b3d6ca 100644 --- a/www-apps/cgit/cgit-1.3.ebuild +++ b/www-apps/cgit/cgit-1.3.ebuild @@ -23,7 +23,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~riscv ~x86" -IUSE="doc +highlight libressl +lua test" +IUSE="doc +highlight +lua test" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) ${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -32,8 +32,8 @@ RDEPEND=" ${PYTHON_DEPS} acct-group/cgit acct-user/cgit - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= + dev-vcs/git highlight? ( $(python_gen_cond_dep ' |
