diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-02-11 19:10:56 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-02-11 19:30:42 +0100 |
commit | eb3b2234107ed9833db6c5e09ea72548aa7b312d (patch) | |
tree | a8976fda01ba0eb2a1b621bd56b0ab840d8a719f /x11-themes/vertex-icon-theme | |
parent | x11-themes/gtk-engines-adwaita: x86 stable, bug 606818 (diff) | |
download | gentoo-eb3b2234107ed9833db6c5e09ea72548aa7b312d.tar.gz gentoo-eb3b2234107ed9833db6c5e09ea72548aa7b312d.tar.bz2 gentoo-eb3b2234107ed9833db6c5e09ea72548aa7b312d.zip |
x11-themes/vertex-icon-theme: x86 stable, bug 606818
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'x11-themes/vertex-icon-theme')
-rw-r--r-- | x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild index de7e24ea6090..055f0f513907 100644 --- a/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild +++ b/x11-themes/vertex-icon-theme/vertex-icon-theme-20150506.ebuild @@ -12,11 +12,11 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/horst3180/${MY_PN}" SRC_URI="" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" else EGIT_COMMIT="f27e47edf392596b7967b7d134d3c62ac3fda0c9" SRC_URI="https://github.com/horst3180/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" fi |