diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-29 10:06:04 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-29 10:06:04 +0200 |
commit | 2259d971e038f734809eb0997f9d5a8fc7178b92 (patch) | |
tree | fea684b99c1591dbd69e8274c5250a172de84f19 /dev-cpp | |
parent | dev-cpp/tclap: stabilize 1.2.2 on x86 (diff) | |
download | gentoo-2259d971e038f734809eb0997f9d5a8fc7178b92.tar.gz gentoo-2259d971e038f734809eb0997f9d5a8fc7178b92.tar.bz2 gentoo-2259d971e038f734809eb0997f9d5a8fc7178b92.zip |
dev-cpp/tclap: stabilize 1.2.2 on amd64
Bug: https://bugs.gentoo.org/757423
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tclap/tclap-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tclap/tclap-1.2.2.ebuild b/dev-cpp/tclap/tclap-1.2.2.ebuild index 66d620e1d754..d71a13881861 100644 --- a/dev-cpp/tclap/tclap-1.2.2.ebuild +++ b/dev-cpp/tclap/tclap-1.2.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |