dev-java/minlog: Stable for amd64. Retroactively mark stable for the remaining arches...
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 16 Feb 2016 12:28:01 +0000 (12:28 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 16 Feb 2016 12:46:48 +0000 (12:46 +0000)
Package-Manager: portage-2.2.26

dev-java/minlog/minlog-1.2.ebuild

index 06033d13402c9f82c4b02aafa70da5b7868c5f0c..69a7b4b850432b4f4d03c0ee785696f5c1ae8100 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,12 +14,14 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="${CDEPEND}
+DEPEND="
+       ${CDEPEND}
        >=virtual/jdk-1.5"
-RDEPEND="${CDEPEND}
+RDEPEND="
+       ${CDEPEND}
        >=virtual/jre-1.5"
 
 S="${WORKDIR}/${PN}"