diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-07-19 16:05:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-07-19 16:05:28 +0000 |
commit | dfa5428e8d1face1a3906be518f44708ad98ed02 (patch) | |
tree | 2ccce5b2f95c6186f3f5baac2b63248d8612608b /sci-libs/ssm | |
parent | Require xorg-server built with DRI support, bug #375591. (diff) | |
download | gentoo-2-dfa5428e8d1face1a3906be518f44708ad98ed02.tar.gz gentoo-2-dfa5428e8d1face1a3906be518f44708ad98ed02.tar.bz2 gentoo-2-dfa5428e8d1face1a3906be518f44708ad98ed02.zip |
Keyworded for *-linux prefix
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ssm')
-rw-r--r-- | sci-libs/ssm/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ssm/ssm-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/ssm/ChangeLog b/sci-libs/ssm/ChangeLog index c373cd1f0aa3..cfb17a7cb1c0 100644 --- a/sci-libs/ssm/ChangeLog +++ b/sci-libs/ssm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ssm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ssm/ChangeLog,v 1.2 2011/07/16 13:02:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ssm/ChangeLog,v 1.3 2011/07/19 16:05:28 jlec Exp $ + + 19 Jul 2011; Justin Lecher <jlec@gentoo.org> ssm-1.1.ebuild: + Keyworded for *-linux prefix 16 Jul 2011; Justin Lecher <jlec@gentoo.org> files/ssm-1.1-pc.patch: Correct pc file because include/ssm was missing in Cflags diff --git a/sci-libs/ssm/ssm-1.1.ebuild b/sci-libs/ssm/ssm-1.1.ebuild index 341d8d563092..758cf8b14319 100644 --- a/sci-libs/ssm/ssm-1.1.ebuild +++ b/sci-libs/ssm/ssm-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ssm/ssm-1.1.ebuild,v 1.1 2011/07/16 11:57:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ssm/ssm-1.1.ebuild,v 1.2 2011/07/19 16:05:28 jlec Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND=">=sci-libs/mmdb-1.23" |