diff options
author | 2010-05-22 13:33:30 +0000 | |
---|---|---|
committer | 2010-05-22 13:33:30 +0000 | |
commit | e9764e18dfca547201537d276d009063df26d8b1 (patch) | |
tree | d5ad1ac2b0953a0c887b000bfb3bcaebb5e20246 /dev-libs/libnl/libnl-1.0_pre6-r1.ebuild | |
parent | Cleanup old versions, use new syntax. (diff) | |
download | gentoo-2-e9764e18dfca547201537d276d009063df26d8b1.tar.gz gentoo-2-e9764e18dfca547201537d276d009063df26d8b1.tar.bz2 gentoo-2-e9764e18dfca547201537d276d009063df26d8b1.zip |
Add ~s390
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/libnl/libnl-1.0_pre6-r1.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-1.0_pre6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild b/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild index 98a40f4965fa..ddfd4bc867fc 100644 --- a/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild +++ b/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild,v 1.2 2010/01/10 08:28:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild,v 1.3 2010/05/22 13:33:30 armin76 Exp $ inherit eutils multilib versionator @@ -12,7 +12,7 @@ HOMEPAGE="http://people.suug.ch/~tgr/libnl/" SRC_URI="http://people.suug.ch/~tgr/libnl/files/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86" IUSE="" S="${WORKDIR}/${MY_P}" |