diff options
Diffstat (limited to 'media-libs/hamlib/hamlib-1.2.15.3.ebuild')
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.15.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/hamlib/hamlib-1.2.15.3.ebuild b/media-libs/hamlib/hamlib-1.2.15.3.ebuild index 610f44ecc96f..e5fa3f62174c 100644 --- a/media-libs/hamlib/hamlib-1.2.15.3.ebuild +++ b/media-libs/hamlib/hamlib-1.2.15.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.3.ebuild,v 1.1 2012/11/11 17:37:49 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.3.ebuild,v 1.2 2013/01/20 21:38:37 ago Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~x86 ~x86-fbsd" IUSE="doc python tcl" RESTRICT="test" |