diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2024-01-21 15:41:27 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 17:11:37 +0000 |
commit | 932557610a61940368c4443de4e643698bcde2b6 (patch) | |
tree | 699e2c89d17b84f712dfb499bbdd027005c276a3 /media-gfx/gimp | |
parent | net-analyzer/icinga2: stabilize 2.14.1 for amd64, x86 (diff) | |
download | gentoo-932557610a61940368c4443de4e643698bcde2b6.tar.gz gentoo-932557610a61940368c4443de4e643698bcde2b6.tar.bz2 gentoo-932557610a61940368c4443de4e643698bcde2b6.zip |
media-gfx/gimp: -9999, remove "devel-docs/HACKING.md" from DOCS
Closes: https://bugs.gentoo.org/922542
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/34940
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 182c61c4e356..63d81b476781 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,6 @@ inherit git-r3 lua-single meson python-single-r1 vala xdg DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gimp.git" -SRC_URI="" LICENSE="GPL-3+ LGPL-3+" SLOT="0/3" @@ -109,7 +108,7 @@ BDEPEND=" virtual/pkgconfig " -DOCS=( "AUTHORS" "devel-docs/HACKING.md" "NEWS" "README" "README.i18n" ) +DOCS=( "AUTHORS" "NEWS" "README" "README.i18n" ) pkg_setup() { use lua && lua-single_pkg_setup |