diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-28 00:19:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-28 00:19:35 +0100 |
commit | a00c33706c87570b72d9fc5715731cac78ac1812 (patch) | |
tree | 27fd237aa989d765929e4c279a9af72fd48db14b /x11-misc/polybar | |
parent | sys-auth/pam_p11: x86 stable (bug #694150) (diff) | |
download | gentoo-a00c33706c87570b72d9fc5715731cac78ac1812.tar.gz gentoo-a00c33706c87570b72d9fc5715731cac78ac1812.tar.bz2 gentoo-a00c33706c87570b72d9fc5715731cac78ac1812.zip |
x11-misc/polybar: x86 stable (bug #691030)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'x11-misc/polybar')
-rw-r--r-- | x11-misc/polybar/polybar-3.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/polybar/polybar-3.3.1.ebuild b/x11-misc/polybar/polybar-3.3.1.ebuild index 304f98fa0c1d..1e894546621e 100644 --- a/x11-misc/polybar/polybar-3.3.1.ebuild +++ b/x11-misc/polybar/polybar-3.3.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/jaagr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/jaagr/xpp/archive/${XPP_VERSION}.tar.gz -> xpp-${XPP_VERSION}.tar.gz https://github.com/jaagr/i3ipcpp/archive/v${I3IPCPP_VERSION}.tar.gz -> i3ipcpp-${I3IPCPP_VERSION}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/jaagr/${PN}.git" |