diff options
author | 2020-04-13 18:53:24 +0200 | |
---|---|---|
committer | 2020-04-13 18:53:24 +0200 | |
commit | 71a948cde3925464d2d47aaece66c5860b6e1323 (patch) | |
tree | f9b546ac65131f74fcdb7448800cc1adbe764d7d /dev-util | |
parent | sci-libs/ogdi: x86 stable wrt bug #716928 (diff) | |
download | gentoo-71a948cde3925464d2d47aaece66c5860b6e1323.tar.gz gentoo-71a948cde3925464d2d47aaece66c5860b6e1323.tar.bz2 gentoo-71a948cde3925464d2d47aaece66c5860b6e1323.zip |
dev-util/geany: x86 stable wrt bug #716994
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/geany/geany-1.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild index 234829743a72..c9a5abee51e9 100644 --- a/dev-util/geany/geany-1.36.ebuild +++ b/dev-util/geany/geany-1.36.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" = 9999* ]] ; then else [[ "${PV}" == *_pre* ]] && inherit autotools SRC_URI="https://download.geany.org/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ HPND" SLOT="0" |