diff options
author | Martin Väth <martin@mvath.de> | 2022-02-15 11:50:47 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-02-15 11:50:47 +0100 |
commit | db9e7424f4bdb16fcc9665211be404f69987f471 (patch) | |
tree | d0cdde7b347dc8f28712da9a33d3eea4c86b9014 /app-shells | |
parent | Update meson.eclass. Remaining EAPI=8 bumps (diff) | |
download | mv-db9e7424f4bdb16fcc9665211be404f69987f471.tar.gz mv-db9e7424f4bdb16fcc9665211be404f69987f471.tar.bz2 mv-db9e7424f4bdb16fcc9665211be404f69987f471.zip |
Create subslot for app-shells/push and app-shells/quoter and depend on it
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/push/push-3.4-r1.ebuild (renamed from app-shells/push/push-3.4.ebuild) | 2 | ||||
-rw-r--r-- | app-shells/quoter/quoter-4.2-r1.ebuild (renamed from app-shells/quoter/quoter-4.2.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/push/push-3.4.ebuild b/app-shells/push/push-3.4-r1.ebuild index 5008d8a5..0b51070d 100644 --- a/app-shells/push/push-3.4.ebuild +++ b/app-shells/push/push-3.4-r1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/vaeth/push/" SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -SLOT="0" +SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="split-usr" diff --git a/app-shells/quoter/quoter-4.2.ebuild b/app-shells/quoter/quoter-4.2-r1.ebuild index 3c7f0456..3f9b3b55 100644 --- a/app-shells/quoter/quoter-4.2.ebuild +++ b/app-shells/quoter/quoter-4.2-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/vaeth/quoter/" SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" |