diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-07 01:57:18 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-07 01:57:18 +0200 |
commit | 047f182af7e74d85a87133a948172fffa8dc4626 (patch) | |
tree | 25b3c47c072cdb317b856ebf5f35b42b6bff8b2f | |
parent | gnome-extra/junction: drop 1.7 (diff) | |
download | guru-047f182af7e74d85a87133a948172fffa8dc4626.tar.gz guru-047f182af7e74d85a87133a948172fffa8dc4626.tar.bz2 guru-047f182af7e74d85a87133a948172fffa8dc4626.zip |
gnome-extra/junction: remove redundant eclass inherit
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
-rw-r--r-- | gnome-extra/junction/junction-1.6-r1.ebuild | 2 | ||||
-rw-r--r-- | gnome-extra/junction/junction-1.7-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild index 359c485fb..4fb95d962 100644 --- a/gnome-extra/junction/junction-1.6-r1.ebuild +++ b/gnome-extra/junction/junction-1.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit xdg gnome2-utils meson +inherit gnome2-utils meson TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0" DESCRIPTION="Application/browser chooser" diff --git a/gnome-extra/junction/junction-1.7-r1.ebuild b/gnome-extra/junction/junction-1.7-r1.ebuild index fade9b055..d47f929f4 100644 --- a/gnome-extra/junction/junction-1.7-r1.ebuild +++ b/gnome-extra/junction/junction-1.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit xdg gnome2-utils meson +inherit gnome2-utils meson TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823" DESCRIPTION="Application/browser chooser" |