diff options
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/popl/popl-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/popl/popl-1.2.0.ebuild b/dev-cpp/popl/popl-1.2.0.ebuild index 28fb84b2f4e1..a83ee4c545b4 100644 --- a/dev-cpp/popl/popl-1.2.0.ebuild +++ b/dev-cpp/popl/popl-1.2.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="MIT" |