diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-01-11 19:59:19 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-01-11 20:13:24 +0900 |
commit | ff3f2e167b4465117fbddee0ed8d52153146575f (patch) | |
tree | 91689ad790f4a3299c21019da0c7b0ee199ba7ff /dev-libs | |
parent | dev-util/radare2: backport eroen's openssl-1.1.0c fix (diff) | |
download | gentoo-ff3f2e167b4465117fbddee0ed8d52153146575f.tar.gz gentoo-ff3f2e167b4465117fbddee0ed8d52153146575f.tar.bz2 gentoo-ff3f2e167b4465117fbddee0ed8d52153146575f.zip |
dev-libs/liblognorm: amd64 stable
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/liblognorm/liblognorm-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild index 10f33676e1c1..65309054bce9 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~hppa ~x86 ~amd64-linux" fi LICENSE="LGPL-2.1 Apache-2.0" |