diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-10 21:02:07 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-10 21:02:07 +0000 |
commit | 0ca3f86640e2f1f361da895b997c43bac22090a1 (patch) | |
tree | 029b42e7b1425ce16f4299635e5caad713501ead /sci-electronics | |
parent | be94ae04eee564451203d45977c2ef7c7ace1580 (diff) |
gentoo auto-resync : 10:11:2024 - 21:02:06
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/Manifest.gz | bin | 8719 -> 8721 bytes | |||
-rw-r--r-- | sci-electronics/xcircuit/Manifest | 2 | ||||
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/sci-electronics/Manifest.gz b/sci-electronics/Manifest.gz Binary files differindex 978a23d2aec7..a9ee4445d4fe 100644 --- a/sci-electronics/Manifest.gz +++ b/sci-electronics/Manifest.gz diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest index 64354528f969..acfc73ae34a3 100644 --- a/sci-electronics/xcircuit/Manifest +++ b/sci-electronics/xcircuit/Manifest @@ -1,3 +1,3 @@ DIST xcircuit-3.10.30.tgz 1619256 BLAKE2B 5316a2dc7d9864eefbdbf1647920c322c85adfbe27289a7c4dfc719940921754a6e616af530b20b3ffa159004ce6808cceb6e4d9349dcbc110e2e580a574c7a1 SHA512 52bf65fa9b5c095092f60abe32b3c88180365cc8043a8e95652ea9ab20e01c3e790989fe41171ecd1b2c60684016f6963c4851105b17a1c8a3bac8d75db84a8e -EBUILD xcircuit-3.10.30-r2.ebuild 1000 BLAKE2B f0a1ea4a5fd42e72695e627f2176371c7542b1515d46da388decfb6c7179887c98e894eb4df581b79d567507350c7bc05b4237bbfbbd5baec5a2f82bf877b198 SHA512 f9c057daeb6fc058d79a3ca4be2b2cd096908cb9ea167056fc3844c1436d7dd29fcb008df90d866f0a30868b22165f0285f59def127b3000437ca58e4096ba09 +EBUILD xcircuit-3.10.30-r2.ebuild 1080 BLAKE2B f3c19c826d130bdee68557d856068958e5bb2afbdff4d2fef6c31ab34d5d12c1efdfb9fb63220bf9409a1bdb0d52021ebfde48f373c37b61adb72b33da4eb352 SHA512 c959ca94dc0646d6ee3d0b10d4a122b14ad34c2e808274aafc658ff1591c526ad0b61867cea6399f03325323231202a872a880da6e938fff254ac70bb9a805c3 MISC metadata.xml 1333 BLAKE2B 1fb547b0d383602672a1152fbeb881a135405ff0f3c95a2a533fa6e40d10b94437e6556fc75d8c9f229d2d17930ef8da6a737d001f8cf515f2f6079b349ddbf3 SHA512 4baf29f0b6edbf09c2e53f3787d8e288b3efe288d068229162106f5cbe108c3b9df14cef6c9fa9757c5f1586af4a83c6bf5c4661b32643ffcedfa2334c9b435e diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild index 5b7a88dac467..7868c9e7ae7b 100644 --- a/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Circuit drawing and schematic capture program" SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" @@ -39,6 +39,7 @@ src_prepare() { } src_configure() { + append-cflags -std=gnu89 -Wno-incompatible-function-pointer-types local myeconfargs=( --with-cairo --with-ngspice |