diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 01:30:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 01:30:21 +0000 |
commit | d73c816fe6cf9022bf6160fcedc3ce9acdf15ce4 (patch) | |
tree | 0ff77c8bd13e09d2b7197d35fdbeca2977710d0a /dev-libs/log4cpp | |
parent | dev-libs/librep: Stabilize 0.92.7 amd64, #763372 (diff) | |
download | gentoo-d73c816fe6cf9022bf6160fcedc3ce9acdf15ce4.tar.gz gentoo-d73c816fe6cf9022bf6160fcedc3ce9acdf15ce4.tar.bz2 gentoo-d73c816fe6cf9022bf6160fcedc3ce9acdf15ce4.zip |
dev-libs/log4cpp: Stabilize 1.1.3 amd64, #763375
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/log4cpp')
-rw-r--r-- | dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild index b293ed92d241..399c10ab0234 100644 --- a/dev-libs/log4cpp/log4cpp-1.1.3.ebuild +++ b/dev-libs/log4cpp/log4cpp-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/5" -KEYWORDS="~amd64 ~arm ~ppc ~s390 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~s390 ~x86" IUSE="doc static-libs test" RESTRICT="!test? ( test )" |