commit: f707fadc1188c3e1091588081cda5178cb500aa3 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Sep 21 20:17:45 2021 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Sep 21 20:18:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f707fadc
dev-util/conf2struct: 1.5 version bump See: https://bugs.gentoo.org/798462 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> dev-util/conf2struct/Manifest | 1 + .../conf2struct/{conf2struct-9999.ebuild => conf2struct-1.5.ebuild} | 2 +- dev-util/conf2struct/conf2struct-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/conf2struct/Manifest b/dev-util/conf2struct/Manifest index b4e7f3e69be..ce6dc272ac0 100644 --- a/dev-util/conf2struct/Manifest +++ b/dev-util/conf2struct/Manifest @@ -1,2 +1,3 @@ DIST conf2struct-1.0.tar.gz 57393 BLAKE2B 7de4be755ec764d96a321c68ca68b3156889e24f6894ba78b1c88cbeff84525331f1105040d61b1121ca01ece8d50a5aee2268eb73cde3ebbc8b62f679e2451b SHA512 31e8f350af740e79d97f4698dfec9b5e8a31a8a1cee30da0af753db26eda5b61379e9156e1cb492aef5068a4987d5e8202215323b83328e99705ae3ad3c09b81 DIST conf2struct-1.3.tar.gz 58599 BLAKE2B 19cd7beb2663342d1d0e282c2ce45557f97110edec02eb1a9e29f92aceedd5837175a0898655ae403f8992d2754dc5094dc5c3c85014b109b066703956c9ec6c SHA512 eae91f85e44905fdc4274c0cc090a0748ded15824b87cdc3d026ec849d1cb13d14fb9b1bfb57d76da4687173d106065263499c1705db24f53ad4e95ba1d96b3c +DIST conf2struct-1.5.tar.gz 62276 BLAKE2B 67916a1888a2d6128ee68dea262ede6b35b8242d40f545c8af5a4cbe17d8bfc9150e0917057a792a29d9e32b39c77d67d401a06c77a206234162cb820afcfd31 SHA512 eafa7ed72a3bc8d885ccba961273161546b025074f6ed764818c90cd6f9b1de8a0ff09cef50457974a32208700ad47c43673004ed7ed647eb89de6e590be0be8 diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild similarity index 95% copy from dev-util/conf2struct/conf2struct-9999.ebuild copy to dev-util/conf2struct/conf2struct-1.5.ebuild index c39a24cd400..a235bcf015e 100644 --- a/dev-util/conf2struct/conf2struct-9999.ebuild +++ b/dev-util/conf2struct/conf2struct-1.5.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git" inherit git-r3 else - KEYWORDS="~amd64 ~s390 ~x86" + KEYWORDS="~amd64 -mips ~s390 ~x86" SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild index c39a24cd400..a235bcf015e 100644 --- a/dev-util/conf2struct/conf2struct-9999.ebuild +++ b/dev-util/conf2struct/conf2struct-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git" inherit git-r3 else - KEYWORDS="~amd64 ~s390 ~x86" + KEYWORDS="~amd64 -mips ~s390 ~x86" SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi
