diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-15 13:23:43 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-15 13:24:37 -0500 |
commit | 269a2a136d580af19e33fe9e81a01b43ed00dc11 (patch) | |
tree | ec98bcefe9e10fb3e8eb787e113d128dcc8d5121 /sci-calculators | |
parent | net-libs/libqmi: add libmbim to RDEPEND too #599250 (diff) | |
download | gentoo-269a2a136d580af19e33fe9e81a01b43ed00dc11.tar.gz gentoo-269a2a136d580af19e33fe9e81a01b43ed00dc11.tar.bz2 gentoo-269a2a136d580af19e33fe9e81a01b43ed00dc11.zip |
sci-calculators/pcalc: mark 3-r1 stable for all #597764
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/pcalc/pcalc-3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-calculators/pcalc/pcalc-3-r1.ebuild b/sci-calculators/pcalc/pcalc-3-r1.ebuild index cb90924fec6a..4edafb5b9706 100644 --- a/sci-calculators/pcalc/pcalc-3-r1.ebuild +++ b/sci-calculators/pcalc/pcalc-3-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=6 +EAPI="6" inherit toolchain-funcs @@ -12,7 +11,7 @@ SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="sys-devel/flex" |