From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cygwin-rebase/
Date: Tue, 31 Dec 2019 11:12:05 +0000 (UTC) [thread overview]
Message-ID: <1577790716.8061d6bedd5012ffc6820606c26f30f97cd1bd8f.grobian@gentoo> (raw)
commit: 8061d6bedd5012ffc6820606c26f30f97cd1bd8f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 11:11:56 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 11:11:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8061d6be
app-admin/cygwin-rebase: add support for x86-cygwin, thanks dreamcaster23
As reported via prefix <AT> g.o, i386 target works well.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild | 6 +++++-
app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild b/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild
index 9575601c7c8..f80b7c07b4d 100644
--- a/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild
+++ b/app-admin/cygwin-rebase/cygwin-rebase-4.4.4.ebuild
@@ -31,7 +31,7 @@ else
https://github.com/haubi/cygwin-rebase/compare/rebase-${MY_PV}...rebase-${MY_PV}_merge-files-flag-0.patch -> ${P}_merge-files-flag-0.patch
"
PATCHES=( "${DISTDIR}/${P}_merge-files-flag-0.patch" )
- KEYWORDS="-* ~x64-cygwin"
+ KEYWORDS="-* ~x64-cygwin ~x86-cygwin"
fi
DEPEND=""
@@ -60,6 +60,10 @@ pkg_preinst() {
local rebasedb
local baseaddr
case ${CHOST} in
+ i686-*-cygwin*)
+ rebasedb=/etc/rebase.db.i386
+ baseaddr=0x70000000
+ ;;
x86_64-*-cygwin*)
rebasedb=/etc/rebase.db.x86_64
baseaddr=0x1000000000
diff --git a/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild b/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild
index 9575601c7c8..f80b7c07b4d 100644
--- a/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild
+++ b/app-admin/cygwin-rebase/cygwin-rebase-9999.ebuild
@@ -31,7 +31,7 @@ else
https://github.com/haubi/cygwin-rebase/compare/rebase-${MY_PV}...rebase-${MY_PV}_merge-files-flag-0.patch -> ${P}_merge-files-flag-0.patch
"
PATCHES=( "${DISTDIR}/${P}_merge-files-flag-0.patch" )
- KEYWORDS="-* ~x64-cygwin"
+ KEYWORDS="-* ~x64-cygwin ~x86-cygwin"
fi
DEPEND=""
@@ -60,6 +60,10 @@ pkg_preinst() {
local rebasedb
local baseaddr
case ${CHOST} in
+ i686-*-cygwin*)
+ rebasedb=/etc/rebase.db.i386
+ baseaddr=0x70000000
+ ;;
x86_64-*-cygwin*)
rebasedb=/etc/rebase.db.x86_64
baseaddr=0x1000000000
next reply other threads:[~2019-12-31 11:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-31 11:12 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-26 3:39 [gentoo-commits] repo/gentoo:master commit in: app-admin/cygwin-rebase/ Michał Górny
2021-04-23 6:53 Michael Haubenwallner
2020-12-18 14:16 Fabian Groffen
2019-05-07 8:06 Michael Haubenwallner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1577790716.8061d6bedd5012ffc6820606c26f30f97cd1bd8f.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox