summaryrefslogtreecommitdiff
path: root/app-portage
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-21 18:10:24 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-21 19:12:41 +0100
commit0cfdd5bf073ac7ec1bbe8b23cbbb3dd33a110a61 (patch)
tree4b09a358c62b2cf01187921579f898e5c5489a40 /app-portage
parent29ee8deafc40bbd19190a5db1bb8c3f80fe50bee (diff)
downloadgentoo-0cfdd5bf073ac7ec1bbe8b23cbbb3dd33a110a61.tar.gz
gentoo-0cfdd5bf073ac7ec1bbe8b23cbbb3dd33a110a61.tar.xz
app-portage/grs: Support sys-apps/portage-mgorny
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/grs/grs-0.6-r1.ebuild (renamed from app-portage/grs/grs-0.6.ebuild)5
-rw-r--r--app-portage/grs/grs-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/app-portage/grs/grs-0.6.ebuild b/app-portage/grs/grs-0.6-r1.ebuild
index 0ebcdf12955..171b185d859 100644
--- a/app-portage/grs/grs-0.6.ebuild
+++ b/app-portage/grs/grs-0.6-r1.ebuild
@@ -23,7 +23,10 @@ IUSE="server"
DEPEND=""
RDEPEND="
- sys-apps/portage
+ || (
+ sys-apps/portage
+ sys-apps/portage-mgorny
+ )
server? (
app-arch/tar[xattr]
app-crypt/md5deep
diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
index abf196bc073..aa1fb650569 100644
--- a/app-portage/grs/grs-9999.ebuild
+++ b/app-portage/grs/grs-9999.ebuild
@@ -27,7 +27,10 @@ IUSE="server"
DEPEND=""
RDEPEND="
- sys-apps/portage
+ || (
+ sys-apps/portage
+ sys-apps/portage-mgorny
+ )
server? (
app-arch/tar[xattr]
app-crypt/md5deep