diff options
Diffstat (limited to 'dev-libs/libatasmart')
-rw-r--r-- | dev-libs/libatasmart/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libatasmart/libatasmart-0.19-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libatasmart/ChangeLog b/dev-libs/libatasmart/ChangeLog index 6f11e9b854e6..8ecec7dfabb4 100644 --- a/dev-libs/libatasmart/ChangeLog +++ b/dev-libs/libatasmart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libatasmart # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.48 2013/12/22 11:55:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.49 2013/12/23 15:58:46 ago Exp $ + + 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> libatasmart-0.19-r1.ebuild: + Stable for sparc, wrt bug #492034 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> libatasmart-0.19-r1.ebuild: Stable for ppc64, wrt bug #492034 diff --git a/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild b/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild index 89246fa30469..a1e08b8dd24d 100644 --- a/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild +++ b/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild,v 1.7 2013/12/22 11:55:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild,v 1.8 2013/12/23 15:58:46 ago Exp $ EAPI=5 inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.xz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="static-libs" RDEPEND="virtual/udev" |