diff options
author | 2019-12-15 13:42:35 +0100 | |
---|---|---|
committer | 2019-12-15 13:42:35 +0100 | |
commit | ed4e99482f03bab35f7a4a3a4c113a9bc00edf52 (patch) | |
tree | 20af619d28b340eccbb7aed4cb05d4e54a0b4343 /dev-lang | |
parent | dev-python/autopep8: amd64 stable wrt bug #701670 (diff) | |
download | gentoo-ed4e99482f03bab35f7a4a3a4c113a9bc00edf52.tar.gz gentoo-ed4e99482f03bab35f7a4a3a4c113a9bc00edf52.tar.bz2 gentoo-ed4e99482f03bab35f7a4a3a4c113a9bc00edf52.zip |
dev-lang/fpc: amd64 stable wrt bug #694492
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/fpc/fpc-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/fpc/fpc-3.0.4.ebuild b/dev-lang/fpc/fpc-3.0.4.ebuild index 73c5e0930042..19569dfe4068 100644 --- a/dev-lang/fpc/fpc-3.0.4.ebuild +++ b/dev-lang/fpc/fpc-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz SLOT="0" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc ide source" RDEPEND="ide? ( !dev-lang/fpc-ide )" |