diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-22 15:57:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-22 15:57:32 +0000 |
commit | a0d7cc3610067136614997e7712f6b81afc08c87 (patch) | |
tree | 2a750383eec43fa1f7caeb7495bad3249d387d52 /dev-libs/libatasmart | |
parent | stable amd64, bug 304181 (diff) | |
download | historical-a0d7cc3610067136614997e7712f6b81afc08c87.tar.gz historical-a0d7cc3610067136614997e7712f6b81afc08c87.tar.bz2 historical-a0d7cc3610067136614997e7712f6b81afc08c87.zip |
Add ~alpha/~ia64/~sparc wrt #313563
Package-Manager: portage-2.1.8.3/cvs/Linux ia64
RepoMan-Options: --force
Diffstat (limited to 'dev-libs/libatasmart')
-rw-r--r-- | dev-libs/libatasmart/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libatasmart/libatasmart-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libatasmart/ChangeLog b/dev-libs/libatasmart/ChangeLog index 2946f6a9a031..c3c38debcc81 100644 --- a/dev-libs/libatasmart/ChangeLog +++ b/dev-libs/libatasmart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libatasmart # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.6 2010/05/13 17:28:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.7 2010/05/22 15:56:32 armin76 Exp $ + + 22 May 2010; Raúl Porcel <armin76@gentoo.org> libatasmart-0.17.ebuild: + Add ~alpha/~ia64/~sparc wrt #313563 13 May 2010; Joseph Jezak <josejx@gentoo.org> libatasmart-0.16.ebuild, libatasmart-0.17.ebuild: diff --git a/dev-libs/libatasmart/libatasmart-0.17.ebuild b/dev-libs/libatasmart/libatasmart-0.17.ebuild index be8dadb93bc0..1bf20f2f52d7 100644 --- a/dev-libs/libatasmart/libatasmart-0.17.ebuild +++ b/dev-libs/libatasmart/libatasmart-0.17.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/libatasmart/libatasmart-0.17.ebuild,v 1.5 2010/05/13 17:28:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.17.ebuild,v 1.6 2010/05/22 15:56:32 armin76 Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="sys-fs/udev" |