diff options
author | 2023-05-15 23:31:52 +0000 | |
---|---|---|
committer | 2023-05-15 23:31:52 +0000 | |
commit | 972d5f780f47a59dd0b414c9f7b2e2cba770f05a (patch) | |
tree | 3e1d77ae0ac8093322fce63b67d468fe88533705 | |
parent | 2023-05-15 22:02:05 UTC (diff) | |
parent | sys-block/targetcli-fb: enable py3.11 (diff) | |
download | gentoo-972d5f780f47a59dd0b414c9f7b2e2cba770f05a.tar.gz gentoo-972d5f780f47a59dd0b414c9f7b2e2cba770f05a.tar.bz2 gentoo-972d5f780f47a59dd0b414c9f7b2e2cba770f05a.zip |
Merge updates from master
-rw-r--r-- | media-gfx/photoqt/metadata.xml | 3 | ||||
-rw-r--r-- | sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/photoqt/metadata.xml b/media-gfx/photoqt/metadata.xml index 4e3804f8122d..8f1e7db6c6e3 100644 --- a/media-gfx/photoqt/metadata.xml +++ b/media-gfx/photoqt/metadata.xml @@ -10,4 +10,7 @@ <flag name="freeimage">Support additional image formats using <pkg>media-libs/freeimage</pkg></flag> <flag name="mpv">Support for video files using <pkg>media-video/mpv</pkg></flag> </use> + <upstream> + <remote-id type="gitlab">lspies/photoqt</remote-id> + </upstream> </pkgmetadata> diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild index 5827a78ab220..3f6d5ded9f8e 100644 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 systemd DESCRIPTION="Command shell for managing Linux LIO kernel target" |